Description
Adds extra test assertions used around Ruby standard library behavior. It is useful for Ruby core, compatibility tests, and projects that need more precise assertions for standard library features.
Specialized assertions can clarify failures but also couple tests to implementation details. Use them where the standard library behavior itself is the contract being tested.