Method: Minitest::Expectations#refute_empty
- Defined in:
- lib/minitest/expectations.rb
#refute_empty ⇒ Object
See Minitest::Assertions#refute_empty
_(collection).wont_be_empty
:method: wont_be_empty
206 |
# File 'lib/minitest/expectations.rb', line 206 infect_an_assertion :refute_empty, :wont_be_empty, :unary |