Sha256: eb350ede1cc1d0f6a5c0e1043deb7f75956b739cb23a457930818be83312ab66
Contents?: true
Size: 471 Bytes
Versions: 64
Compression:
Stored size: 471 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 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
Version data entries
64 entries across 64 versions & 10 rubygems