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 And the 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 | # | ActiveRecord | transaction | # | MongoMapper | truncation | # | DataMapper | transaction | # Tickers are ugly...and betty don't like ugly... otherwise known as this is fubar