DatabaseCleaner / database_cleaner-active_record

Strategies for cleaning databases using ActiveRecord. Can be used to ensure a clean state for testing.
MIT License
64 stars 63 forks source link

Add Ruby 3.2 to the CI matrix #79

Closed petergoldstein closed 1 year ago

petergoldstein commented 1 year ago

Also updated the checkout version action to 3.

To get the specs to pass, it was necessary to add an explicit hash to the with to avoid confusion with keyword arguments.

This runs green on my fork.