summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--spec/unit/resource/dsc_script_spec.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/spec/unit/resource/dsc_script_spec.rb b/spec/unit/resource/dsc_script_spec.rb
index 69692dbe89..4892049884 100644
--- a/spec/unit/resource/dsc_script_spec.rb
+++ b/spec/unit/resource/dsc_script_spec.rb
@@ -71,7 +71,6 @@ describe Chef::Resource::DscScript do
end
it "has the ps_credential helper method" do
- pending("Pended until we can adjust the test cert to meet the WMF 5 cert requirements.")
expect(dsc_test_resource).to respond_to(:ps_credential)
end