changelog shortlog tags changeset manifest revisions annotate raw

vendor/plugins/rspec_on_rails/stories/transactions_should_rollback

changeset 16: 01fd3f10ae84
author: moriq@moriq.com
date: Mon Mar 10 10:13:18 2008 +0900 (16 years ago)
permissions: -rw-r--r--
description: add plugins rspec_on_rails
1Story: transactions should rollback in plain text
2 As an RSpec/Rails Story author
3 I want transactions to roll back between scenarios in plain text
4 So that I can have confidence in the state of the database
5
6 Scenario: add one Person
7 When I add a Person
8
9 Scenario: add another person
10 GivenScenario: add one Person
11 Then there should be one person
12
13 Scenario: add yet another person
14 GivenScenario: add one Person
15 Then there should be one person