class Mixlib::ShellOut::Helper::FakeShellOut

def error!

def error!
  raise Mixlib::ShellOut::ShellCommandFailed, "Unexpected exit status of #{exitstatus} running #{@args}" if error?
end