There was an error while loading. Please reload this page.
1 parent 751248d commit fb5619eCopy full SHA for fb5619e
1 file changed
features/Transactions.md
@@ -17,6 +17,9 @@ The idea is to start each example with a clean database, create whatever data
17
is necessary for that example, and then remove that data by simply rolling back
18
the transaction at the end of the example.
19
20
+For how this affects methods exposing transaction visibility see:
21
+https://guides.rubyonrails.org/testing.html#transactions
22
+
23
### Disabling transactions
24
25
If you prefer to manage the data yourself, or using another tool like
0 commit comments