Method: RSpec::Core::Example::ExecutionResult#finished_at
- Defined in:
- lib/rspec/core/example.rb
permalink #finished_at ⇒ Time
Returns When the example finished.
569 570 571 |
# File 'lib/rspec/core/example.rb', line 569 def finished_at @finished_at end |