Sha256: 34f63a02933688a3cb260f53067308090e01464da95b3fd932f2dac8947d7838
Contents?: true
Size: 523 Bytes
Versions: 11
Compression:
Stored size: 523 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 | | DataMapper | transaction | | DataMapper | truncation |
Version data entries
11 entries across 11 versions & 7 rubygems