Remove rspec config for `mock_with' (default)
This commit is contained in:
parent
454f344259
commit
94704af113
@ -9,7 +9,6 @@ Spork.prefork do
|
|||||||
|
|
||||||
RSpec.configure do |config|
|
RSpec.configure do |config|
|
||||||
config.infer_spec_type_from_file_location!
|
config.infer_spec_type_from_file_location!
|
||||||
config.mock_with :rspec
|
|
||||||
config.use_transactional_fixtures = true
|
config.use_transactional_fixtures = true
|
||||||
config.after(:all) do
|
config.after(:all) do
|
||||||
`rm -f #{Rails.configuration.sounds_path}/*`
|
`rm -f #{Rails.configuration.sounds_path}/*`
|
||||||
|
Loading…
x
Reference in New Issue
Block a user