Remove rspec config for `mock_with' (default)

This commit is contained in:
Thibault Jouan 2015-05-01 11:30:28 +00:00
parent 454f344259
commit 94704af113

View File

@ -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}/*`