# File lib/rspec/core/formatters/progress_formatter.rb, line 18 18: def example_failed(example) 19: super(example) 20: output.print red('F') 21: end
# File lib/rspec/core/formatters/progress_formatter.rb, line 8 8: def example_passed(example) 9: super(example) 10: output.print green('.') 11: end
Disabled; run with --debug to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.