Version 1.5.7 released
Custom options, multi-line description strings, and better support for 1.8/1.9 specs.
Summary of changes:
- Adds DescribeFormatter that prints a summary of failure and error counts for each describe block.
- Adds escaping of newlines embedded in spec description strings.
- Fixes circular require warnings on 1.9.
- Adds
should have_private_instance_methodmatcher. - Adds
should have_instance_methodmatcher. - Adds facility for custom spec options.

Comments