# File lib/rspec/core/reporter.rb, line 57
    def example_started(example)
      @example_count += 1
      notify :example_started, example
    end