diff --git a/features/cleaning.feature b/features/cleaning.feature index 9a2e974..7602e88 100644 --- a/features/cleaning.feature +++ b/features/cleaning.feature @@ -14,6 +14,7 @@ Feature: database cleaning | ORM | Strategy | | ActiveRecord | transaction | | ActiveRecord | truncation | + | ActiveRecord | deletion | | DataMapper | transaction | | DataMapper | truncation | | MongoMapper | truncation | diff --git a/features/cleaning_multiple_dbs.feature b/features/cleaning_multiple_dbs.feature index f6abd0f..23cc375 100644 --- a/features/cleaning_multiple_dbs.feature +++ b/features/cleaning_multiple_dbs.feature @@ -13,6 +13,7 @@ Feature: multiple database cleaning Examples: | ORM | Strategy | | ActiveRecord | truncation | + | ActiveRecord | deletion | | DataMapper | truncation | | MongoMapper | truncation | | DataMapper | transaction |