Description
Adds RSpec's readable expectation API for describing expected outcomes in Ruby examples. It is useful for writing tests that communicate what behavior should happen and why failures matter.
Readable expectations can still be weak. Check concrete outputs, side effects, errors, and edge cases instead of only asserting that code does not fail.