Skip to content

Change to change

Latest
Compare
Choose a tag to compare
@Manfred Manfred released this 13 Nov 17:07
· 19 commits to master since this release
  • Change now accepts multiple arguments:
{ save }.should.change(
  'Person.count', +1,
  'Book.count', -1
)