Sha256: db5406c9ea2a2a3b5278706f2a60aff37e4945ca6794e1b6eb5ec6fa24ebbf3a

Contents?: true

Size: 503 Bytes

Versions: 31

Compression:

Stored size: 503 Bytes

Contents

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
    Then there should be one person

  Scenario: add one Person for the second time
    When I add a Person
    Then there should be one person

  Scenario: add yet another person
    When I add a Person
    Then there should be one person

Version data entries

31 entries across 31 versions & 5 rubygems

Version Path
cavalle-rspec-rails-1.2.2.0.1 features/transactions/transactions_should_rollback.feature
cavalle-rspec-rails-1.2.2.0.2 features/transactions/transactions_should_rollback.feature
cavalle-rspec-rails-1.2.3.1 features/transactions/transactions_should_rollback.feature
cavalle-rspec-rails-1.2.4.0.1 features/transactions/transactions_should_rollback.feature
dchelimsky-rspec-rails-1.1.11.4 features/transactions/transactions_should_rollback.feature
dchelimsky-rspec-rails-1.1.11.5 features/transactions/transactions_should_rollback.feature
dchelimsky-rspec-rails-1.1.11.6 features/transactions/transactions_should_rollback.feature
dchelimsky-rspec-rails-1.1.11.7 features/transactions/transactions_should_rollback.feature
dchelimsky-rspec-rails-1.1.12 features/transactions/transactions_should_rollback.feature
dchelimsky-rspec-rails-1.1.99.1 features/transactions/transactions_should_rollback.feature
dchelimsky-rspec-rails-1.1.99.13 features/transactions/transactions_should_rollback.feature
dchelimsky-rspec-rails-1.1.99.2 features/transactions/transactions_should_rollback.feature
dchelimsky-rspec-rails-1.1.99.3 features/transactions/transactions_should_rollback.feature
dchelimsky-rspec-rails-1.1.99.4 features/transactions/transactions_should_rollback.feature
dchelimsky-rspec-rails-1.1.99.5 features/transactions/transactions_should_rollback.feature
dchelimsky-rspec-rails-1.1.99.6 features/transactions/transactions_should_rollback.feature
dchelimsky-rspec-rails-1.1.99.7 features/transactions/transactions_should_rollback.feature
dchelimsky-rspec-rails-1.1.99.8 features/transactions/transactions_should_rollback.feature
dchelimsky-rspec-rails-1.1.99.9 features/transactions/transactions_should_rollback.feature
mcmire-rspec-rails-1.1.99.9 features/transactions/transactions_should_rollback.feature