summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteven Murawski <steven.murawski@gmail.com>2016-06-06 16:58:56 -0500
committerSteven Murawski <steven.murawski@gmail.com>2016-06-06 16:58:56 -0500
commit7d7f26e3fef8110b159a009587afcd882c6adb81 (patch)
treecc2a37d97ca3648eb133fa5c02c3d94281b3a5ae
parenta4bff62e17f306faf70b2b0e22c72ac567acb348 (diff)
parent97541ccc43a2c67686da0bced0b08dec4c1bbd84 (diff)
downloadchef-7d7f26e3fef8110b159a009587afcd882c6adb81.tar.gz
Merge pull request #5001 from chef/smurawski/pend_dsc_script_credential_test
Did not need to pend dsc_script ps_credential unit test
-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