Sha256: f936f624a8274ddea7f058ebda7d5e2783074999c4644c27db2acce43a18b2e4
Contents?: true
Size: 702 Bytes
Versions: 60
Compression:
Stored size: 702 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 databases # Scenario: dirty the db When I create a widget in one db And I create a widget in another db Then I should see 1 widget in one db And I should see 1 widget in another db Scenario: assume a clean db When I create a widget in one db Then I should see 1 widget in one db And I should see 0 widget in another db Scenario: assume a clean db When I create a widget in another db Then I should see 0 widget in one db And I should see 1 widget in another db
Version data entries
60 entries across 54 versions & 7 rubygems