diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb index 935da66..2cb8be2 100644 --- a/spec/spec_helper.rb +++ b/spec/spec_helper.rb @@ -9,7 +9,6 @@ Spork.prefork do RSpec.configure do |config| config.infer_spec_type_from_file_location! - config.mock_with :rspec config.use_transactional_fixtures = true config.after(:all) do `rm -f #{Rails.configuration.sounds_path}/*`