From 27b31515c8127a78c847a27d34e2ffd3639f0418 Mon Sep 17 00:00:00 2001 From: Kat Date: Wed, 15 May 2024 14:13:38 +0100 Subject: [PATCH] Rename deprecated config --- 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 36cf81b99..a5d54c254 100644 --- a/spec/rails_helper.rb +++ b/spec/rails_helper.rb @@ -52,7 +52,7 @@ RSpec.configure do |config| # If you're not using ActiveRecord, or you'd prefer not to run each of your # examples within a transaction, remove the following line or assign false # instead of true. - config.use_transactional_fixtures = true + config.use_transactional_tests = true # You can uncomment this line to turn off ActiveRecord support entirely. # config.use_active_record = false