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