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 |
| ActiveRecord | transaction |
| ActiveRecord | truncation |
| ActiveRecord | deletion |
| DataMapper | transaction |
| DataMapper | truncation |
| MongoMapper | truncation |

View File

@ -13,6 +13,7 @@ Feature: multiple database cleaning
Examples:
| ORM | Strategy |
| ActiveRecord | truncation |
| ActiveRecord | deletion |
| DataMapper | truncation |
| MongoMapper | truncation |
| DataMapper | transaction |