DatabaseCleaner / database_cleaner

Strategies for cleaning databases in Ruby. Can be used to ensure a clean state for testing.
https://www.rubydoc.info/github/DatabaseCleaner/database_cleaner
MIT License
2.94k stars 484 forks source link

Is this gem compatible with ruby 3.2.2 #711

Closed RailsCod3rFuture closed 9 months ago

RailsCod3rFuture commented 9 months ago

Greetings -- having an issue where some data is being erased mid example with rspec. We're on ruby 3.2.2 and rails 7.1.2. Any info on compatibility?

etagwerker commented 9 months ago

Hi there, yes, it's compatible.