method
example_failed
1.1.4 -
Show latest stable
- Class:
Spec::Runner::Formatter::ProgressBarFormatter
example_failed(example, counter, failure)public
No documentation available.
# File lib/spec/runner/formatter/progress_bar_formatter.rb, line 7
def example_failed(example, counter, failure)
@output.print colourise('F', failure)
@output.flush
end