You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The example for adding DatabaseCleaner by hand includes a hook that is provided by DatabaseCleaner, as well as defines a second one. If cucumber-rails is included, #clean will be called 3 times (as was the case with the project I'm working on.)
The text was updated successfully, but these errors were encountered:
From the readme:
https://github.com/DatabaseCleaner/database_cleaner#cucumber-example
The example for adding DatabaseCleaner by hand includes a hook that is provided by DatabaseCleaner, as well as defines a second one. If cucumber-rails is included, #clean will be called 3 times (as was the case with the project I'm working on.)
The text was updated successfully, but these errors were encountered: