class TestRunner::Assert::NothingRaised

Public Instance Methods

to_s() click to toggle source
# File lib/test_runner/assert/errors.rb, line 41
def to_s
  "expected subject block to raise an error"
end