Class: RSpec::RetryPolicy
- Inherits:
-
Object
- Object
- RSpec::RetryPolicy
- Defined in:
- sig/rspec/rewind.rbs
Instance Method Summary collapse
- #decision ⇒ Object
-
#initialize ⇒ RetryPolicy
constructor
A new instance of RetryPolicy.
- #retry_allowed? ⇒ Boolean
Constructor Details
#initialize ⇒ RetryPolicy
Returns a new instance of RetryPolicy.
268 |
# File 'sig/rspec/rewind.rbs', line 268
def initialize: (example: untyped, configuration: Configuration, metadata: Hash[Symbol, untyped]?) -> void
|
Instance Method Details
#decision ⇒ Object
270 |
# File 'sig/rspec/rewind.rbs', line 270
def decision: (
|
#retry_allowed? ⇒ Boolean
269 |
# File 'sig/rspec/rewind.rbs', line 269
def retry_allowed?: (exception: Exception, retry_on: untyped, skip_retry_on: untyped, retry_if: untyped?) -> bool
|