Skip to content

Commit

Permalink
Try to use after instead of append_after
Browse files Browse the repository at this point in the history
  • Loading branch information
Splines committed Aug 13, 2024
1 parent c9a3ca2 commit 90aa662
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/support/database_cleaner.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
DatabaseCleaner.start
end

config.append_after(:each) do
config.after(:each) do
DatabaseCleaner.clean
end
end

0 comments on commit 90aa662

Please sign in to comment.