class RSpec::Core::Reporter

def example_started(example)

def example_started(example)
  @example_count += 1
  notify :example_started, example
end