summaryrefslogtreecommitdiff
path: root/spec/integration/knife/chef_fs_data_store_spec.rb
diff options
context:
space:
mode:
authorChris Jerdonek <chris.jerdonek@gmail.com>2013-11-27 00:48:32 -0800
committerBryan McLellan <btm@loftninjas.org>2014-07-21 18:19:28 -0400
commita370fa45629397a5f387192d2e0d69d103921ca1 (patch)
tree8244c4bb161e4615ecc8b3429e301fac439d9164 /spec/integration/knife/chef_fs_data_store_spec.rb
parent72658da6feac1ec349eb7c930acf1c714c9d260e (diff)
downloadchef-a370fa45629397a5f387192d2e0d69d103921ca1.tar.gz
Update tests for CHEF-4760 change.
Diffstat (limited to 'spec/integration/knife/chef_fs_data_store_spec.rb')
-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 e8a3b3dde5..7e55aa7319 100644
--- a/spec/integration/knife/chef_fs_data_store_spec.rb
+++ b/spec/integration/knife/chef_fs_data_store_spec.rb
@@ -141,7 +141,7 @@ EOM
end
it 'knife cookbook upload works' do
- knife("cookbook upload -z --cookbook-path #{path_to('cookbooks_to_upload')} x").should_succeed <<EOM
+ knife("cookbook upload -z --cookbook-path #{path_to('cookbooks_to_upload')} x").should_succeed :stderr => <<EOM
Uploading x [1.0.0]
Uploaded 1 cookbook.
EOM
@@ -199,7 +199,7 @@ EOM
end
it 'knife cookbook upload works' do
- knife("cookbook upload -z --cookbook-path #{path_to('cookbooks_to_upload')} z").should_succeed <<EOM
+ knife("cookbook upload -z --cookbook-path #{path_to('cookbooks_to_upload')} z").should_succeed :stderr => <<EOM
Uploading z [1.0.0]
Uploaded 1 cookbook.
EOM