Sha256: af89465731d08c1f5f67d14097cdb14de643c4431a609fa76665d1f5a5d41214

Contents?: true

Size: 450 Bytes

Versions: 3

Compression:

Stored size: 450 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    |

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
bmabey-database_cleaner-0.1.1 features/cleaning.feature
bmabey-database_cleaner-0.1.2 features/cleaning.feature
bmabey-database_cleaner-0.1.3 features/cleaning.feature