class RSpec::Core::Example
def record_finished(status, reporter)
def record_finished(status, reporter) execution_result.record_finished(status, clock.now) reporter.example_finished(self) end
def record_finished(status, reporter) execution_result.record_finished(status, clock.now) reporter.example_finished(self) end