Method: RSpec::Core::Example::ExecutionResult#finished_at

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

#finished_atTime

Returns When the example finished.

Returns:

  • (Time)

    When the example finished.

[View source] [View on GitHub]

569
570
571
# File 'lib/rspec/core/example.rb', line 569

def finished_at
  @finished_at
end