Sha256: 924c9b5ea1ac22127c76865ccbb0ac66b8048a0b2924b27374592516319e3284
Contents?: true
Size: 701 Bytes
Versions: 60
Compression:
Stored size: 701 Bytes
Contents
Feature: example In order to test DataBase Cleaner Here are some scenarios that rely on the DB being clean! # Background: # Given I have setup DatabaseCleaner to clean multiple orms Scenario: dirty the db When I create a widget in one orm And I create a widget in another orm Then I should see 1 widget in one orm And I should see 1 widget in another orm Scenario: assume a clean db When I create a widget in one orm Then I should see 1 widget in one orm And I should see 0 widget in another orm Scenario: assume a clean db When I create a widget in another orm Then I should see 0 widget in one orm And I should see 1 widget in another orm
Version data entries
60 entries across 54 versions & 7 rubygems