Class: RSpec::Runner
- Inherits:
-
Object
- Object
- RSpec::Runner
- Defined in:
- sig/rspec/rewind.rbs
Instance Method Summary collapse
-
#initialize ⇒ Runner
constructor
A new instance of Runner.
- #run ⇒ void
Constructor Details
#initialize ⇒ Runner
473 |
# File 'sig/rspec/rewind.rbs', line 473 def initialize: (example: untyped, configuration: Configuration, ?component_factory: RunnerComponentFactory) -> void |
Instance Method Details
#run ⇒ void
474 |
# File 'sig/rspec/rewind.rbs', line 474 def run: (?retries: untyped, ?backoff: untyped, ?wait: untyped, ?retry_on: untyped, ?skip_retry_on: untyped, ?retry_if: untyped) -> void |