method

example_started

rspec latest stable - Class: Spec::Runner::Reporter
example_started(example)
public

No documentation available.

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