method
example_failed
rspec 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 10
def example_failed(example, counter, failure)
@output.print colorize_failure('F', failure)
@output.flush
end