class RSpec::LegacyFormatters::Adaptor
def example_failed(notification)
-
notification
(ExampleNotification
) -- containing example subclass of `RSpec::Core::Example`
Other tags:
- Api: - public
def example_failed(notification) @formatter.example_failed notification.example end