hspec-expectations-match v0.2.0.0 Release Notes

Release Date: 2017-11-17 // over 6 years ago
    • ➕ Added assertDo, which automatically instruments a do block with uses of shouldReturnAndMatch.

Previous changes from v0.1.1.0

    • ➕ Added shouldReturnAndMatch, which combines the action-running behavior of shouldReturn with the pattern-matching behavior of shouldMatch.
    • ➕ Added a missing HasCallStack constraint to properly provide source location information for failed expectations.