summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn McCrae <john.mccrae@progress.com>2022-01-04 16:13:10 -0800
committerJohn McCrae <john.mccrae@progress.com>2022-01-18 13:32:42 -0800
commitb3b9c71f5204cdf0d33516e4bc9f8c6e0f75757a (patch)
treef514574b4f14d565ab932f1eaa18e8ad9b9af948
parentaf887d450329bca13bb250c51b877f13ea292ab9 (diff)
downloadchef-b3b9c71f5204cdf0d33516e4bc9f8c6e0f75757a.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.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/unit/platform/query_helpers_spec.rb b/spec/unit/platform/query_helpers_spec.rb
index a6190b1f3e..6ad8b1bb2f 100644
--- a/spec/unit/platform/query_helpers_spec.rb
+++ b/spec/unit/platform/query_helpers_spec.rb
@@ -18,7 +18,7 @@
require "spec_helper"
-if ChefUtils.Windows?
+if ChefUtils.windows?
describe "Chef::Platform#supports_dsc_invoke_resource?" do
it "returns false if powershell is not present" do
node = Chef::Node.new