class RSpec::Core::Example

def start(reporter)

def start(reporter)
  reporter.example_started(self)
  record :started_at => RSpec::Core::Time.now
end