database_cleaner/features/cleaning_multiple_dbs.feature

20 lines
647 B
Gherkin
Raw Normal View History

Feature: multiple database cleaning
In order to ease example and feature writing
As a developer
I want to have my databases in a clean state
Scenario Outline: ruby app
Given I am using <ORM>
And the <Strategy> cleaning strategy
When I run my scenarios that rely on clean databases
Then I should see all green
Examples:
| ORM | Strategy |
| ActiveRecord | truncation |
| DataMapper | truncation |
2010-05-30 22:08:22 +00:00
# | ActiveRecord | transaction |
2010-05-31 03:12:58 +00:00
# | MongoMapper | truncation |
# | DataMapper | transaction | # Tickers are ugly...and betty don't like ugly... otherwise known as this is fubar