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