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