Sha256: 91bc1c6fa04debe4b622bb1650e8ebd01c0414755dae7591df3d1ef98f96f288
Contents?: true
Size: 672 Bytes
Versions: 31
Compression:
Stored size: 672 Bytes
Contents
Feature: database cleaning In order to ease example and feature writing As a developer I want to have my database 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 a clean database Then I should see all green Examples: | ORM | Strategy | | ActiveRecord | transaction | | ActiveRecord | truncation | | ActiveRecord | deletion | | DataMapper | transaction | | DataMapper | truncation | | MongoMapper | truncation | | Mongoid | truncation | | CouchPotato | truncation |
Version data entries
31 entries across 26 versions & 5 rubygems