Method: Minitest::Expectations#refute_operator

Defined in:
lib/minitest/expectations.rb

#refute_operatorObject

See Minitest::Assertions#refute_operator

_(n).wont_be :<=, 42

This can also do predicates:

str.wont_be :empty?

:method: wont_be

[View source]

293
# File 'lib/minitest/expectations.rb', line 293

infect_an_assertion :refute_operator, :wont_be, :reverse