amatsuda / database_rewinder

minimalist's tiny and ultra-fast database cleaner
MIT License
807 stars 91 forks source link

Minitest + capybara + fixtures compatibility? #27

Closed mikecmpbll closed 9 years ago

mikecmpbll commented 9 years ago

I'm trying to use database rewinder with my minitest, capybara, fixtures based test stack but I can't get it to work. It appears to remove all my fixtures and then load them again for every test at the moment.

If anyone's got any experience of using using database rewinder with this stack could you provide an example?

mikecmpbll commented 9 years ago

Hold up, the truncating might be Rails, I need to investigate this further. Would be interested still to hear if anyone's had any experience with this combination though.

mhluska commented 6 years ago

@mikecmpbll did you figure this out?