instance method
failure
Ruby on Rails 8.1.2
Since v8.1.2Signature
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 86
def failure(title, subtitle = nil)
heading title, subtitle, type: :error
end
Defined in activesupport/lib/active_support/continuous_integration.rb line 86
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveSupport::ContinuousIntegration