summaryrefslogtreecommitdiff
path: root/spec/integration
diff options
context:
space:
mode:
authorJohn Keiser <jkeiser@opscode.com>2013-06-12 20:13:14 -0700
committerJohn Keiser <jkeiser@opscode.com>2013-09-12 23:04:20 -0700
commitdb8992f649b88dd5a9cbb772ee3de5845ceb8b90 (patch)
treed2b44e6c287fde90d88ecf926b2f3ea8ed52f967 /spec/integration
parentc0e7a53d0a4db2b8c45b506359e0bdab3ee4638c (diff)
downloadchef-db8992f649b88dd5a9cbb772ee3de5845ceb8b90.tar.gz
Don't report random files in json dirs (like roles/environments)
Diffstat (limited to 'spec/integration')
-rw-r--r--spec/integration/knife/chef_repository_file_system_spec.rb4
1 files changed, 3 insertions, 1 deletions
diff --git a/spec/integration/knife/chef_repository_file_system_spec.rb b/spec/integration/knife/chef_repository_file_system_spec.rb
index 68ca5f89f4..ec3970cc4a 100644
--- a/spec/integration/knife/chef_repository_file_system_spec.rb
+++ b/spec/integration/knife/chef_repository_file_system_spec.rb
@@ -203,7 +203,8 @@ EOM
end
it "knife list --local -Rfp / should NOT return them" do
- knife('list --local -Rfp /').should_succeed <<EOM
+ pending "Decide whether this is a good idea" do
+ knife('list --local -Rfp /').should_succeed <<EOM
/cookbooks/
/cookbooks/cookbook1/
/cookbooks/cookbook1/a.rb
@@ -236,6 +237,7 @@ EOM
/cookbooks/cookbook1/templates/c/d.rb
/cookbooks/cookbook1/templates/c/e.json
EOM
+ end
end
end