Class: RLab::Assert::NothingRaised

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

Instance Method Summary collapse

Instance Method Details

#to_sObject



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

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