redding / assert

Assertion style testing framework.
https://github.com/redding/assert
MIT License
10 stars 1 forks source link

bring in much-not-given; use to implement Assert::ActualValue.not_given #304

Closed kellyredding closed 3 years ago

kellyredding commented 3 years ago

The pattern was extracted into a special-purpose gem so it can be used in other apps/gems. This switches to using the extraction.

See https://github.com/redding/much-not-given/pull/1 for reference.