Class: TestRunner::Assert::NothingRaised

Inherits:
Error
  • Object
show all
Defined in:
lib/test_runner/assert/errors.rb

Instance Method Summary collapse

Instance Method Details

#to_sObject



41
42
43
# File 'lib/test_runner/assert/errors.rb', line 41

def to_s
  "expected subject block to raise an error"
end