File: example.feature

package info (click to toggle)
ruby-database-cleaner 1.7.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 768 kB
  • sloc: ruby: 4,854; makefile: 10; sh: 4
file content (11 lines) | stat: -rw-r--r-- 283 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
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