Sha256: 3575d572a4a18403bc2de08157854da4932ea8f43fbc555961db6fc374756e61
Contents?: true
Size: 489 Bytes
Versions: 2
Compression:
Stored size: 489 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
2 entries across 2 versions & 2 rubygems
Version | Path |
---|---|
rails-uploader-0.0.4 | vendor/bundle/ruby/1.9.1/gems/database_cleaner-0.8.0/features/cleaning_default_strategy.feature |
database_cleaner-0.8.0 | features/cleaning_default_strategy.feature |