rastating
rastating
Hey @dventurino - I am still planning on merging and doing a release, been working on a lot of stuff the past few months and not had chance to review...
I've still yet to get around to this (I really should, given it's been almost 2 years! :scream:). Torn between numerous projects at the moment, but will try to get...
Hey @agp94 - I'll look into adding this. There's a couple of things I need to sort out in this repo, so I'll try and include this along the way...
> I just had the same issue. I solved it by setting the database instance manually: > > ``` > db = Sequel.connect(ENV.fetch('DATABASE_URL')) > DatabaseCleaner[:sequel].db = db > ``` Thanks,...