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