Fixed some lints
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
2025-08-13 14:13:26 -04:00
parent 05c20b5811
commit 12ece12394
4 changed files with 16 additions and 14 deletions

View File

@@ -27,7 +27,7 @@ RSpec.configure do |config|
DatabaseCleaner.strategy = :transaction
end
config.around(:each) do |suite|
config.around do |suite|
DatabaseCleaner.cleaning do
suite.run
end