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