Class: RSpecBackgroundProcess::BackgroundProcess::ProcessReadyTimeOutError

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

Instance Method Summary collapse

Constructor Details

#initialize(process) ⇒ ProcessReadyTimeOutError

Returns a new instance of ProcessReadyTimeOutError.



24
25
26
# File 'lib/rspec-background-process/background_process.rb', line 24

def initialize(process)
	super "process #{process} failed to start in time"
end