Exception: RSpecBackgroundProcess::BackgroundProcess::ProcessReadyFailedError

Inherits:
RuntimeError
  • Object
show all
Defined in:
lib/rspec-background-process/background_process.rb

Instance Method Summary collapse

Constructor Details

#initialize(process) ⇒ ProcessReadyFailedError

Returns a new instance of ProcessReadyFailedError.



18
19
20
# File 'lib/rspec-background-process/background_process.rb', line 18

def initialize(process)
  super "process #{process} readiness check failed"
end