Enable "use_transactional_fixtures"

#694
This commit is contained in:
Artur Beljajev 2018-02-19 06:35:37 +02:00
parent cf43ce2e7c
commit 3385441846

View file

@ -56,7 +56,7 @@ RSpec.configure do |config|
metadata[:type] = :request metadata[:type] = :request
end end
config.use_transactional_fixtures = false config.use_transactional_fixtures = true
config.infer_spec_type_from_file_location! config.infer_spec_type_from_file_location!
config.expect_with :rspec do |c| config.expect_with :rspec do |c|