Version 1.5.1 released
This version includes features to make it easier to run the specs on Ruby 1.9.
Summary of changes:
- Adds RespondToMatcher.
- Fixes Mock.verify_call for Ruby 1.9.
- Fixes errors on implementations with incomplete IO#flush.
- Adds FileFormatter and uses it instead of DottedFormatter for large numbers of files.
- Adds MethodFormatter.
- Adds :files config setting and allows for more flexible specification of which files to run.

Comments