header()
public
Hide source
# File lib/spec/runner/reporter.rb, line 141 def header if expectation_not_met? "'#{example_name}' FAILED" elsif pending_fixed? "'#{example_name}' FIXED" else "#{@exception.class.name} in '#{example_name}'" end end