class RSpec::Core::Reporter
def example_failed(example)
- Private: -
def example_failed(example) @failed_examples << example notify :example_failed, Notifications::ExampleNotification.for(example) end
def example_failed(example) @failed_examples << example notify :example_failed, Notifications::ExampleNotification.for(example) end