# 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
# File lib/spec/runner/formatter/progress_bar_formatter.rb, line 15 def example_passed(example) @output.print green('.') @output.flush end
Generated with the Darkfish Rdoc Generator 2.