failure(title, subtitle = nil)
public
Display an error heading with
the title and optional subtitle to reflect that the run failed.
# File activesupport/lib/active_support/continuous_integration.rb, line 86
def failure(title, subtitle = nil)
heading title, subtitle, type: :error
end