aboutsummaryrefslogtreecommitdiffstats
path: root/web/js/npm.js
diff options
context:
space:
mode:
Diffstat (limited to 'web/js/npm.js')
0 files changed, 0 insertions, 0 deletions
alue='hotfix/0.18.0.4'>hotfix/0.18.0.4 Unnamed repository; edit this file 'description' to name the repository.MimesBrønn
aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/plugins/rspec_on_rails/stories/transactions_should_rollback
blob: 9367676a49d9b7e0314c8c9b99e7ea51c5bec31f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Story: transactions should rollback in plain text
  As an RSpec/Rails Story author
  I want transactions to roll back between scenarios in plain text
  So that I can have confidence in the state of the database

  Scenario: add one Person
    When I add a Person

  Scenario: add another person
    GivenScenario: add one Person
    Then there should be one person

  Scenario: add yet another person
    GivenScenario: add one Person
    Then there should be one person