From 3385441846b765dc7c044604b096e413c62d5434 Mon Sep 17 00:00:00 2001 From: Artur Beljajev Date: Mon, 19 Feb 2018 06:35:37 +0200 Subject: [PATCH] Enable "use_transactional_fixtures" #694 --- spec/rails_helper.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/rails_helper.rb b/spec/rails_helper.rb index f4dcd9cb3..88e3145f1 100644 --- a/spec/rails_helper.rb +++ b/spec/rails_helper.rb @@ -56,7 +56,7 @@ RSpec.configure do |config| metadata[:type] = :request end - config.use_transactional_fixtures = false + config.use_transactional_fixtures = true config.infer_spec_type_from_file_location! config.expect_with :rspec do |c|