top | item 46209273

(no title)

radanskoric | 2 months ago

It's required for tests to clean up after themselves. With Rails and fixtures this is handled by default: each test runs inside a transaction which is rolled back at the end of the test. That way each test starts with the same initial state.

discuss

order

No comments yet.