hspec-expectations-match v0.2.0.0 Release Notes
Release Date: 2017-11-17 // over 7 years ago-
- ➕ Added
assertDo
, which automatically instruments ado
block with uses ofshouldReturnAndMatch
.
- ➕ Added
Previous changes from v0.1.1.0
-
- ➕ Added
shouldReturnAndMatch
, which combines the action-running behavior ofshouldReturn
with the pattern-matching behavior ofshouldMatch
. - ➕ Added a missing
HasCallStack
constraint to properly provide source location information for failed expectations.
- ➕ Added