adds scenarios for new deletion strategy

This commit is contained in:
Ben Mabey 2010-10-25 10:10:08 -06:00
parent 19b9a14ea4
commit 037012b364
2 changed files with 2 additions and 0 deletions

View File

@ -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 |

View File

@ -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 |