Module MiniTest::Expectations
In: lib/minitest/spec.rb

It‘s where you hide your "assertions".

External Aliases

must_be_close_to -> must_be_within_delta
wont_be_within_delta -> wont_be_close_to

[Validate]