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
Add database_cleaner to keep integration tests isolated.
If we create/modify/delete records (via requests) in integration tests,
it might affect other tests' test result. The ideal way is to keep
integration test data isolated. And by adding database_cleaner, we can
make sure database is reset between each test cases.
0 commit comments