method
assert_nothing_raised
v4.2.9 -
Show latest stable
- Class:
ActiveSupport::TestCase
assert_nothing_raised(*args)public
Fails if the block raises an exception.
assert_nothing_raised do ... end
assert_nothing_raised(*args)Fails if the block raises an exception.
assert_nothing_raised do ... end