global

def shell_out_compacted(*args)

def shell_out_compacted(*args)
  return super unless $CHEFSPEC_MODE
  raise ChefSpec::Error::ShellOutNotStubbed.new(args: args, type: "provider", resource: new_resource)
end