Method: RSpec::Core::Example::ExecutionResult#run_time
- Defined in:
- lib/rspec/core/example.rb
permalink #run_time ⇒ Float
Returns How long the example took in seconds.
572 573 574 |
# File 'lib/rspec/core/example.rb', line 572 def run_time @run_time end |