Releases: Fingertips/Peck
Releases · Fingertips/Peck
Change to change
Add option to fail fast
- Added option to fail fast: -f or --fail-fast
Add CLI options for backtrace cleaning.
- Added option -S or --no-strip-backtrace to stop stripping backtrace.
Polished runner
- 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
- Added a runner called “peck” to run your specs
- Made Peck run on Ruby 1.8.7
Flavors and notifiers
- Added a documentation notifiers
- Other improvements
Nested describes
Fixed a problem where nested describe blocks would error because of their description.