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
Enable transactional fixtures in dummy app's specs
This wraps each example in a transaction that's rolled back at the end
of the example to avoid records leaking from one test to the next.
Without this, if you repeatedly run tests, your database will repeatedly
grow, and depending on your assertions, may fail due to data from
previous test runs.
CI wouldn't have surfaced this issue as it creates a new DB for each
run.
0 commit comments