Skip to content

Releases: Fingertips/Peck

Change to change

13 Nov 17:07

Choose a tag to compare

  • Change now accepts multiple arguments:
{ save }.should.change(
  'Person.count', +1,
  'Book.count', -1
)

Add option to fail fast

20 Feb 14:12

Choose a tag to compare

  • Added option to fail fast: -f or --fail-fast

Add CLI options for backtrace cleaning.

22 Dec 18:47

Choose a tag to compare

  • Added option -S or --no-strip-backtrace to stop stripping backtrace.

Polished runner

20 Sep 07:52

Choose a tag to compare

  • Polished the runner to be a bit more helpful
  • Fixed some namespacing problems with internal that might get in the way of your tests

Runners and backwards compatibility

28 Aug 14:42

Choose a tag to compare

  • Added a runner called “peck” to run your specs
  • Made Peck run on Ruby 1.8.7

Flavors and notifiers

12 Aug 14:29

Choose a tag to compare

  • Added a documentation notifiers
  • Other improvements

Nested describes

08 Jul 13:47

Choose a tag to compare

Fixed a problem where nested describe blocks would error because of their description.