class RSpecBackgroundProcess::BackgroundProcess::StateError

Public Class Methods

new(process, action, state) click to toggle source
Calls superclass method
# File lib/rspec-background-process/background_process.rb, line 36
def initialize(process, action, state)
        super "process #{process} can't #{action} when in state: #{state}"
end