summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn McCrae <john.mccrae@progress.com>2022-01-06 10:42:01 -0800
committerJohn McCrae <john.mccrae@progress.com>2022-01-31 15:55:54 -0800
commit74da8491c0510a4078570dc1dfc7ebe156559eb7 (patch)
treeeab731264ba746d99c46b27ae0725f0e21b9a48d
parent9967cf8d5862e196492693be698fdfd6e1cae00f (diff)
downloadchef-74da8491c0510a4078570dc1dfc7ebe156559eb7.tar.gz
Updated the chef client to retrieve certs from the Windows registry. Tests included. This is PR3 since I keep trashing them
Signed-off-by: John McCrae <john.mccrae@progress.com>
-rw-r--r--spec/unit/platform/query_helpers_spec.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/spec/unit/platform/query_helpers_spec.rb b/spec/unit/platform/query_helpers_spec.rb
index f979bde229..b030fcf1b3 100644
--- a/spec/unit/platform/query_helpers_spec.rb
+++ b/spec/unit/platform/query_helpers_spec.rb
@@ -17,7 +17,6 @@
#
require "spec_helper"
-require "chef-powershell"
if ChefUtils.windows?
describe "Chef::Platform#supports_dsc_invoke_resource?" do