Skip to content

Latest commit

 

History

History
36 lines (26 loc) · 985 Bytes

CHANGELOG.md

File metadata and controls

36 lines (26 loc) · 985 Bytes

rspec-set CHANGELOG

0.1.3

0.1.2

  • fix reload destroy models by @pcreux

0.1.1

0.1.0

  • only reload persisted models
  • relig destroyed models
  • warn when used with non active record objects
  • add support for rspec >= 2.12 by @21croissants

0.0.1

  • create model in #before(:all) statement
  • reload model in #before(:each) statement
  • make model available via #let()