method
example_started
1.1.12 -
Show latest stable
- Class:
Spec::Runner::Reporter
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