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:
@@ -11,7 +11,6 @@ Spork.prefork do
|
|||||||
config.infer_spec_type_from_file_location!
|
config.infer_spec_type_from_file_location!
|
||||||
config.mock_with :rspec
|
config.mock_with :rspec
|
||||||
config.use_transactional_fixtures = true
|
config.use_transactional_fixtures = true
|
||||||
Rails.configuration.sounds_path = "#{Rails.root}/tmp/spec/data/sounds"
|
|
||||||
config.after(:all) do
|
config.after(:all) do
|
||||||
`rm -f #{Rails.configuration.sounds_path}/*`
|
`rm -f #{Rails.configuration.sounds_path}/*`
|
||||||
end
|
end
|
||||||
|
Reference in New Issue
Block a user