From 94704af11346d32415f96afd5adc43e91eef153a Mon Sep 17 00:00:00 2001 From: Thibault Jouan Date: Fri, 1 May 2015 11:30:28 +0000 Subject: [PATCH] Remove rspec config for `mock_with' (default) --- spec/spec_helper.rb | 1 - 1 file changed, 1 deletion(-) 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}/*`