Method: RSpec::Core::Example::ExecutionResult#started_at
- Defined in:
- lib/rspec/core/example.rb
permalink #started_at ⇒ Time
Returns When the example started.
566 567 568 |
# File 'lib/rspec/core/example.rb', line 566 def started_at @started_at end |