Method: Test::Reporters::Progress#fail

Defined in:
lib/rubytest/reporters/progress.rb

#fail(test, exception) ⇒ Object



50
51
52
# File 'lib/rubytest/reporters/progress.rb', line 50

def fail(test, exception)
  show_line("F", test, :red)
end