Class: RSpec::Rewind::RunnerComponentFactory
- Inherits:
-
Object
- Object
- RSpec::Rewind::RunnerComponentFactory
- Defined in:
- lib/rspec/rewind/runner_component_factory.rb
Instance Method Summary collapse
Instance Method Details
#build(example:, configuration:, context:, logger:) ⇒ Object
6 7 8 9 10 11 12 13 |
# File 'lib/rspec/rewind/runner_component_factory.rb', line 6 def build(example:, configuration:, context:, logger:) RunnerComponents.new( example: example, configuration: configuration, context: context, logger: logger ) end |