fix acceptance tests to actually use default strategy, now that :truncation is no longer a safe default for all adapters.

This commit is contained in:
Micah Geisel 2020-05-30 09:10:41 -07:00
parent d087c1d2a6
commit 781a4a096d
5 changed files with 15 additions and 10 deletions

View file

@ -15,4 +15,4 @@ Feature: database cleaning
| ActiveRecord | transaction |
| ActiveRecord | truncation |
| ActiveRecord | deletion |
| Redis | truncation |
| Redis | deletion |