summaryrefslogtreecommitdiff
path: root/spec/unit/provider/file_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/unit/provider/file_spec.rb')
-rw-r--r--spec/unit/provider/file_spec.rb15
1 files changed, 13 insertions, 2 deletions
diff --git a/spec/unit/provider/file_spec.rb b/spec/unit/provider/file_spec.rb
index 9ca98bd55c..d2208d0b16 100644
--- a/spec/unit/provider/file_spec.rb
+++ b/spec/unit/provider/file_spec.rb
@@ -115,8 +115,19 @@ describe Chef::Provider::File do
end
end
- context "load_current_resource_attrs", :windows_only do
- pending "CHEF-3557: Fix implicit resource change collection on Windows"
+ describe "when reporting security metadata on windows" do
+
+ it "records the file owner" do
+ pending
+ end
+
+ it "records rights for each user in the ACL" do
+ pending
+ end
+
+ it "records deny_rights for each user in the ACL" do
+ pending
+ end
end
it "should load a mostly blank current resource if the file specified in new_resource doesn't exist/isn't readable" do