class RSpec::Core::Reporter

def example_passed(example)

Other tags:
    Private: -
def example_passed(example)
  notify :example_passed, Notifications::ExampleNotification.for(example)
end