Remove `sounds_path' modification in spec_helper

Since e90bb01c, we already configure a different path for test
environment from application configuration.
This commit is contained in:
Thibault Jouan 2015-04-30 19:35:28 +00:00
parent 62ea95af56
commit d4d0382e4c

View File

@ -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