Adding a model association test
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
2025-08-13 11:06:55 -04:00
parent bd822664b0
commit 05c20b5811
2 changed files with 15 additions and 2 deletions

View File

@@ -24,8 +24,7 @@ RSpec.configure do |config|
config.include(RSpecMixin)
config.before(:suite) do
DatabaseCleaner.strategy = :truncation
DatabaseCleaner.clean_with(:truncation)
DatabaseCleaner.strategy = :transaction
end
config.around(:each) do |suite|