Sha256: 67cd5f5ed703b3eead31c6aabffc6589d09391fd9891c107184c552e2f669a3d
Contents?: true
Size: 609 Bytes
Versions: 30
Compression:
Stored size: 609 Bytes
Contents
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 | | ActiveRecord | deletion | | DataMapper | truncation | | MongoMapper | truncation | | DataMapper | transaction | # Not working... #| ActiveRecord | transaction |
Version data entries
30 entries across 24 versions & 5 rubygems