class RSpec::LegacyFormatters::Adaptor

def example_failed(notification)

Parameters:
  • notification (ExampleNotification) -- containing example subclass of `RSpec::Core::Example`

Other tags:
    Api: - public
def example_failed(notification)
  @formatter.example_failed notification.example
end