summaryrefslogtreecommitdiff
path: root/spec/integration/knife
diff options
context:
space:
mode:
authorJohn Keiser <jkeiser@opscode.com>2014-05-26 22:19:45 -0700
committerJohn Keiser <jkeiser@opscode.com>2014-05-27 07:23:42 -0700
commitd3bd7e18b7378a19fa402d9b34788b9dc1e466bf (patch)
tree3775bd0519d27974f136eab5c6ba4a7136113cdc /spec/integration/knife
parentc60605c65954176c9a3daa0bf6bd27e56a5c9880 (diff)
downloadchef-d3bd7e18b7378a19fa402d9b34788b9dc1e466bf.tar.gz
Explicitly add org defaults to pedant test
so that it passes, but don't feed the defaults to the user by default.
Diffstat (limited to 'spec/integration/knife')
-rw-r--r--spec/integration/knife/chef_fs_data_store_spec.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/integration/knife/chef_fs_data_store_spec.rb b/spec/integration/knife/chef_fs_data_store_spec.rb
index 13d413a7c8..e8a3b3dde5 100644
--- a/spec/integration/knife/chef_fs_data_store_spec.rb
+++ b/spec/integration/knife/chef_fs_data_store_spec.rb
@@ -22,7 +22,7 @@ require 'chef/knife/show'
require 'chef/knife/raw'
require 'chef/knife/cookbook_upload'
-describe 'knife raw -z' do
+describe 'ChefFSDataStore tests' do
extend IntegrationSupport
include KnifeSupport
@@ -105,7 +105,7 @@ EOM
knife('show -z /clients/x.json').should_succeed /"x"/
end
- it 'knife show -z /cookbooks/x/metadata.rb works', :focus do
+ it 'knife show -z /cookbooks/x/metadata.rb works' do
knife('show -z /cookbooks/x/metadata.rb').should_succeed "/cookbooks/x/metadata.rb:\nversion \"1.0.0\"\n"
end