From 037012b3644c58eea61ec6a85034c11541286ab9 Mon Sep 17 00:00:00 2001 From: Ben Mabey Date: Mon, 25 Oct 2010 10:10:08 -0600 Subject: [PATCH] adds scenarios for new deletion strategy --- features/cleaning.feature | 1 + features/cleaning_multiple_dbs.feature | 1 + 2 files changed, 2 insertions(+) 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 |