Class: RSpec::Conductor::ExampleStatusPersister::ExampleStub
- Inherits:
-
Struct
- Object
- Struct
- RSpec::Conductor::ExampleStatusPersister::ExampleStub
- Defined in:
- lib/rspec/conductor/example_status_persister.rb
Overview
RSpec::Core::ExampleStatusPersister is a private api, but it's been fairly stable over the versions we want to support, so I don't expect issues using these stubs.
Instance Attribute Summary collapse
-
#execution_result ⇒ Object
Returns the value of attribute execution_result.
-
#id ⇒ Object
Returns the value of attribute id.
Instance Attribute Details
#execution_result ⇒ Object
Returns the value of attribute execution_result
6 7 8 |
# File 'lib/rspec/conductor/example_status_persister.rb', line 6 def execution_result @execution_result end |
#id ⇒ Object
Returns the value of attribute id
6 7 8 |
# File 'lib/rspec/conductor/example_status_persister.rb', line 6 def id @id end |