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