# File lib/rspec/core/formatters/progress_formatter.rb, line 18 def example_failed(example) super(example) output.print failure_color('F') end