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