Sha256: 7d744a199e24fbd665220f1ad92f3464d40ca8d489459a7c363e30516cb91893
Contents?: true
Size: 484 Bytes
Versions: 30
Compression:
Stored size: 484 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 | | MongoMapper | | Mongoid | | CouchPotato |
Version data entries
30 entries across 25 versions & 5 rubygems