# File lib/rspec/core/formatters/documentation_formatter.rb, line 40 def failure_output(example, exception) red("#{current_indentation}#{example.description.strip} (FAILED - #{next_failure_index})") end