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