# File lib/spec/runner/formatter/progress_bar_formatter.rb, line 10 10: def example_failed(example, counter, failure) 11: @output.print colorize_failure('F', failure) 12: @output.flush 13: end
# File lib/spec/runner/formatter/progress_bar_formatter.rb, line 15 15: def example_passed(example) 16: @output.print green('.') 17: @output.flush 18: end
Disabled; run with --debug to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.