Sha256: 39e6f10adb141ff9774bf510467460713ff2f639a09c2e6bf1cec4fbf84897cc
Contents?: true
Size: 574 Bytes
Versions: 3
Compression:
Stored size: 574 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 | | DataMapper | truncation | | MongoMapper | truncation | | DataMapper | transaction | # Not working... #| ActiveRecord | transaction |
Version data entries
3 entries across 3 versions & 1 rubygems