From d4d0382e4c99c23d6b7288436d937ea85fc36670 Mon Sep 17 00:00:00 2001 From: Thibault Jouan Date: Thu, 30 Apr 2015 19:35:28 +0000 Subject: [PATCH] Remove `sounds_path' modification in spec_helper Since e90bb01c, we already configure a different path for test environment from application configuration. --- spec/spec_helper.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb index 14fc638..935da66 100644 --- a/spec/spec_helper.rb +++ b/spec/spec_helper.rb @@ -11,7 +11,6 @@ Spork.prefork do config.infer_spec_type_from_file_location! config.mock_with :rspec config.use_transactional_fixtures = true - Rails.configuration.sounds_path = "#{Rails.root}/tmp/spec/data/sounds" config.after(:all) do `rm -f #{Rails.configuration.sounds_path}/*` end