chore: update to rails 8

This commit is contained in:
Nelson Jovel 2024-11-20 15:16:22 -08:00
parent 1fffb79e7f
commit d0721709f5
7 changed files with 83 additions and 96 deletions

View file

@ -65,7 +65,7 @@ RSpec.configure do |config|
# end
config.before(:suite) do
DatabaseCleaner.strategy = :transaction
DatabaseCleaner.clean_with(:truncation)
DatabaseCleaner.clean
end
config.before(:each) do |example|