method
example_started
rspec latest stable - Class:
Spec::Runner::Formatter::ProfileFormatter
example_started(example)public
No documentation available.
# File lib/spec/runner/formatter/profile_formatter.rb, line 17
def example_started(example)
@time = Time.now
end