Method: RSpec::Core::Example::ExecutionResult#started_at

Defined in:
lib/rspec/core/example.rb

#started_atTime

Returns When the example started.

Returns:

  • (Time)

    When the example started.

[View source] [View on GitHub]

566
567
568
# File 'lib/rspec/core/example.rb', line 566

def started_at
  @started_at
end