mirror of
https://github.com/DatabaseCleaner/database_cleaner
synced 2023-03-27 23:22:03 -04:00
updates the cleaning_multiple_dbs feature
This commit is contained in:
parent
6b4e92edee
commit
1ccdae9453
1 changed files with 4 additions and 3 deletions
|
@ -14,6 +14,7 @@ Feature: multiple database cleaning
|
|||
| ORM | Strategy |
|
||||
| ActiveRecord | truncation |
|
||||
| DataMapper | truncation |
|
||||
# | ActiveRecord | transaction |
|
||||
# | MongoMapper | truncation |
|
||||
# | DataMapper | transaction | # Tickers are ugly...and betty don't like ugly... otherwise known as this is fubar
|
||||
| MongoMapper | truncation |
|
||||
| DataMapper | transaction |
|
||||
# Not working...
|
||||
#| ActiveRecord | transaction |
|
||||
|
|
Loading…
Reference in a new issue