Description
Extends Minitest expectations so more Ruby objects can use expectation-style assertions. It is useful for test suites that prefer readable spec-like syntax across different object types.
Expectation syntax can make tests pleasant but also hide weak assertions. Keep expected behavior explicit and avoid tests that only check that code does not crash.