Version 1.5.7 released

Custom options, multi-line description strings, and better support for 1.8/1.9 specs.
Added by Brian Ford 573 days ago

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_method matcher.
  • Adds should have_instance_method matcher.
  • Adds facility for custom spec options.

Comments