summaryrefslogtreecommitdiff
path: root/spec/integration
diff options
context:
space:
mode:
authorJohn Keiser <jkeiser@opscode.com>2013-06-12 20:33:53 -0700
committerBryan McLellan <btm@opscode.com>2013-06-17 13:53:07 -0700
commitd9d1a84e573cf54b36b0c922ef055213179ac5b2 (patch)
tree1b1ef0712f2f16a282d0c746ec3d2997175cade5 /spec/integration
parent073090b6c56c561fee36a63cd5486fe1376e9e61 (diff)
downloadchef-d9d1a84e573cf54b36b0c922ef055213179ac5b2.tar.gz
Don't list local cookbook files that wouldn't be uploaded
Diffstat (limited to 'spec/integration')
-rw-r--r--spec/integration/knife/chef_repository_file_system_spec.rb4
1 files changed, 1 insertions, 3 deletions
diff --git a/spec/integration/knife/chef_repository_file_system_spec.rb b/spec/integration/knife/chef_repository_file_system_spec.rb
index ec3970cc4a..68ca5f89f4 100644
--- a/spec/integration/knife/chef_repository_file_system_spec.rb
+++ b/spec/integration/knife/chef_repository_file_system_spec.rb
@@ -203,8 +203,7 @@ EOM
end
it "knife list --local -Rfp / should NOT return them" do
- pending "Decide whether this is a good idea" do
- knife('list --local -Rfp /').should_succeed <<EOM
+ knife('list --local -Rfp /').should_succeed <<EOM
/cookbooks/
/cookbooks/cookbook1/
/cookbooks/cookbook1/a.rb
@@ -237,7 +236,6 @@ EOM
/cookbooks/cookbook1/templates/c/d.rb
/cookbooks/cookbook1/templates/c/e.json
EOM
- end
end
end