summaryrefslogtreecommitdiff
path: root/spec/unit/chef_fs
diff options
context:
space:
mode:
authorJohn Keiser <john@johnkeiser.com>2015-11-17 14:40:33 -0800
committerJohn Keiser <john@johnkeiser.com>2015-12-15 13:01:32 -0800
commit9dbe7491927ecf73d5757179dc6e26c1946f46c0 (patch)
tree231566c67d2a72831126468398b37b4b7b20116c /spec/unit/chef_fs
parentb743fcdbd172862386d172b42bbbc31cfe2f4239 (diff)
downloadchef-9dbe7491927ecf73d5757179dc6e26c1946f46c0.tar.gz
Add knife/ChefFS support for policyfiles and policy_groups.
Diffstat (limited to 'spec/unit/chef_fs')
-rw-r--r--spec/unit/chef_fs/config_spec.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/spec/unit/chef_fs/config_spec.rb b/spec/unit/chef_fs/config_spec.rb
index c7c47ad8ab..c9cf756dc0 100644
--- a/spec/unit/chef_fs/config_spec.rb
+++ b/spec/unit/chef_fs/config_spec.rb
@@ -102,9 +102,5 @@ describe Chef::ChefFS::Config do
it "sets the correct user path on the local FS object" do
expect(local_fs.child_paths["users"]).to eq([platform_path("/base_path/users")])
end
-
- it "sets the correct policy path on the local FS object" do
- expect(local_fs.child_paths["policies"]).to eq([platform_path("/base_path/policies")])
- end
end
end