Method: Minitest::Expectations#assert_output
- Defined in:
- lib/minitest/expectations.rb
#assert_output ⇒ Object
See Minitest::Assertions#assert_output
_ { ... }.must_output out_or_nil [, err]
:method: must_output
125 |
# File 'lib/minitest/expectations.rb', line 125 infect_an_assertion :assert_output, :must_output, :block |