mirror of
https://github.com/DatabaseCleaner/database_cleaner
synced 2023-03-27 23:22:03 -04:00
12 lines
283 B
Gherkin
12 lines
283 B
Gherkin
|
Feature: example
|
||
|
In order to test DataBase Cleaner
|
||
|
Here are some scenarios that rely on the DB being clean!
|
||
|
|
||
|
Scenario: dirty the db
|
||
|
When I create a widget
|
||
|
Then I should see 1 widget
|
||
|
|
||
|
Scenario: assume a clean db
|
||
|
When I create a widget
|
||
|
Then I should see 1 widget
|