class Spec::Runner::Reporter

def example_started(example)

def example_started(example)
  formatters.each{|f| f.example_started(example)}
end