Sha256: 103a99e78a221b3922a6cee6fcefaa636b858fe98b96e13d711dd2914d4b2c88
Contents?: true
Size: 593 Bytes
Versions: 8
Compression:
Stored size: 593 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 | | ActiveRecord | transaction |
Version data entries
8 entries across 8 versions & 2 rubygems