Sha256: f27847349448c4ee3ae8cb8fcd8cd54138d470b8eb00fb73983238c5b9400db4
Contents?: true
Size: 663 Bytes
Versions: 19
Compression:
Stored size: 663 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 | | Sequel | truncation | | MongoMapper | truncation | | DataMapper | transaction | | ActiveRecord | transaction | | Sequel | transaction |
Version data entries
19 entries across 19 versions & 3 rubygems