Method: Minitest::Expectations#assert_throws
- Defined in:
- lib/minitest/expectations.rb
permalink #assert_throws ⇒ Object
See Minitest::Assertions#assert_throws
_ { ... }.must_throw sym
:method: must_throw
179 |
# File 'lib/minitest/expectations.rb', line 179 infect_an_assertion :assert_throws, :must_throw, :block |