chore: update to rails 8

This commit is contained in:
Nelson Jovel 2024-11-20 15:16:22 -08:00
parent 1ce3ed5b6f
commit e4e1a2e96e
6 changed files with 86 additions and 92 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|