class BladeRunner::TestResults::Failure
Public Instance Methods
to_s(*args)
click to toggle source
# File lib/blade_runner/test_results.rb, line 87 def to_s(*args) "not #{super}" end
# File lib/blade_runner/test_results.rb, line 87 def to_s(*args) "not #{super}" end