Method: RSpec::Core::Example::ExecutionResult#run_time

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

#run_timeFloat

Returns How long the example took in seconds.

Returns:

  • (Float)

    How long the example took in seconds.

[View source]

572
573
574
# File 'lib/rspec/core/example.rb', line 572

def run_time
  @run_time
end