From 5cc291ffd836ebdc005c8050ebf256b314778876 Mon Sep 17 00:00:00 2001 From: Avin Hurry Date: Tue, 27 Aug 2024 16:48:38 +0100 Subject: [PATCH] Comment out DatabaseCleaner --- spec/rails_helper.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spec/rails_helper.rb b/spec/rails_helper.rb index b153dd7ec7..71fb56e158 100644 --- a/spec/rails_helper.rb +++ b/spec/rails_helper.rb @@ -61,8 +61,8 @@ # start by truncating all the tables but then use the faster transaction strategy the rest of the time. config.before(:suite) do - DatabaseCleaner.clean_with(:truncation) - DatabaseCleaner.strategy = :transaction + # DatabaseCleaner.clean_with(:truncation) + # DatabaseCleaner.strategy = :transaction end # start the transaction strategy as examples are run