mirror of
https://github.com/DatabaseCleaner/database_cleaner
synced 2023-03-27 23:22:03 -04:00
adds scenarios for new deletion strategy
This commit is contained in:
parent
19b9a14ea4
commit
037012b364
2 changed files with 2 additions and 0 deletions
|
@ -14,6 +14,7 @@ Feature: database cleaning
|
||||||
| ORM | Strategy |
|
| ORM | Strategy |
|
||||||
| ActiveRecord | transaction |
|
| ActiveRecord | transaction |
|
||||||
| ActiveRecord | truncation |
|
| ActiveRecord | truncation |
|
||||||
|
| ActiveRecord | deletion |
|
||||||
| DataMapper | transaction |
|
| DataMapper | transaction |
|
||||||
| DataMapper | truncation |
|
| DataMapper | truncation |
|
||||||
| MongoMapper | truncation |
|
| MongoMapper | truncation |
|
||||||
|
|
|
@ -13,6 +13,7 @@ Feature: multiple database cleaning
|
||||||
Examples:
|
Examples:
|
||||||
| ORM | Strategy |
|
| ORM | Strategy |
|
||||||
| ActiveRecord | truncation |
|
| ActiveRecord | truncation |
|
||||||
|
| ActiveRecord | deletion |
|
||||||
| DataMapper | truncation |
|
| DataMapper | truncation |
|
||||||
| MongoMapper | truncation |
|
| MongoMapper | truncation |
|
||||||
| DataMapper | transaction |
|
| DataMapper | transaction |
|
||||||
|
|
Loading…
Add table
Reference in a new issue