Sha256: 07b2231270bf9372cfa1c15d3c00f2366668e7a72bd5794daa813ba11ba21354
Contents?: true
Size: 568 Bytes
Versions: 19
Compression:
Stored size: 568 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 with default strategy Scenario Outline: ruby app Given I am using <ORM> And the default cleaning strategy When I run my scenarios that rely on a clean database Then I should see all green Examples: | ORM | | ActiveRecord | | DataMapper | | Sequel | | MongoMapper | | Mongoid | | CouchPotato | | Redis | | Ohm | | Neo4j |
Version data entries
19 entries across 19 versions & 3 rubygems