BaseTextFormatter
# File lib/rspec/core/formatters/progress_formatter.rb, line 18 def example_failed(example) super(example) output.print red('F') end
# File lib/rspec/core/formatters/progress_formatter.rb, line 8 def example_passed(example) super(example) output.print green('.') end
Generated with the Darkfish Rdoc Generator 2.