Class: BladeRunner::TestResults::Failure

Inherits:
Pass
  • Object
show all
Defined in:
lib/blade_runner/test_results.rb

Instance Method Summary collapse

Methods inherited from Pass

#initialize, #message

Constructor Details

This class inherits a constructor from BladeRunner::TestResults::Pass

Instance Method Details

#to_s(*args) ⇒ Object



87
88
89
# File 'lib/blade_runner/test_results.rb', line 87

def to_s(*args)
  "not #{super}"
end