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