Changelog for hspec-expectations-match-0.2.0.0
0.2.0.0 (November 17th, 2017)
- Added
assertDo, which automatically instruments adoblock with uses ofshouldReturnAndMatch.
0.1.1.0 (November 15th, 2017)
- Added
shouldReturnAndMatch, which combines the action-running behavior ofshouldReturnwith the pattern-matching behavior ofshouldMatch. - Added a missing
HasCallStackconstraint to properly provide source location information for failed expectations.
0.1.0.0 (November 15th, 2017)
- Initial release.