# File lib/spec/runner/reporter.rb, line 19
      def example_started(example)
        formatters.each{|f| f.example_started(example)}
      end