[ANN] test-unit-must 1.0.0

test-unit-must - Selfish “must” assertions for Test::Unit
GitHub - sunaku/test-unit-must: Selfish "must" assertions for Test::Unit

What is it?

test-unit-must adds object-oriented “must” aliases to Test::Unit
assertions following MiniTest::Spec style, except for replacing
“wont” with “must_not”.

What is new?

Incompatible changes:

  • Rename the “must receieve” assertions to “must accept” because
    “accept” is a stronger form of “receive” whereby the recipient
    not only receives and executes the method call, but also
    acknowledges the reception by returning true from that method
    call, per the underlying assert_send() definition.