class RSpec::Core::Reporter

def example_failed(example)

Other tags:
    Private: -
def example_failed(example)
  @failed_examples << example
  notify :example_failed, Notifications::ExampleNotification.for(example)
end