module ChefSpec::Extensions::Chef::Resource

def shell_out(*args)

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