Method: Minitest::Expectations#refute_in_delta
- Defined in:
- lib/minitest/expectations.rb
#refute_in_delta ⇒ Object
See Minitest::Assertions#refute_in_delta
_(n).wont_be_close_to m [, delta]
:method: wont_be_close_to
224 |
# File 'lib/minitest/expectations.rb', line 224 infect_an_assertion :refute_in_delta, :wont_be_close_to |