instance method
failure
Ruby on Rails edge
Since v8.1.3.1Available in: v8.1.3.1 edge
Signature
failure(title, subtitle = nil)
Display an error heading with the title and optional subtitle to reflect that the run failed.
Parameters
-
titlereq -
subtitleopt = nil
Source
# File activesupport/lib/active_support/continuous_integration.rb, line 136
def failure(title, subtitle = nil)
heading title, subtitle, type: :error
end
Defined in activesupport/lib/active_support/continuous_integration.rb line 136
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveSupport::ContinuousIntegration