method

example_started

example_started(example)
public

No documentation available.

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