summaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
authorThom May <thom@chef.io>2016-05-05 14:29:07 +0100
committerThom May <thom@chef.io>2016-05-05 14:57:34 +0100
commit232f78be0d348e6b07b12f9efbca55f1a66cbb3d (patch)
treec1a1cccfe2a5470f576abc53c675bea7cc3dde67 /spec
parent0f5e73eebbb509750a380ccddfaf112ba415dd4a (diff)
downloadchef-232f78be0d348e6b07b12f9efbca55f1a66cbb3d.tar.gz
Deprecate knife-supermarket gemtm/include_knife_supermarket
Include all knife supermarket sub commands here, and allow all knife cookbook site commands to have a configurable supermarket URL. Signed-off-by: Thom May <thom@may.lt>
Diffstat (limited to 'spec')
-rw-r--r--spec/unit/knife/cookbook_site_download_spec.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/unit/knife/cookbook_site_download_spec.rb b/spec/unit/knife/cookbook_site_download_spec.rb
index d283bd417f..0ab6a8a9b4 100644
--- a/spec/unit/knife/cookbook_site_download_spec.rb
+++ b/spec/unit/knife/cookbook_site_download_spec.rb
@@ -38,6 +38,7 @@ describe Chef::Knife::CookbookSiteDownload do
expect(@noauth_rest).to receive(:get).
with("#{@cookbook_api_url}/apache2").
and_return(@current_data)
+ @knife.configure_chef
end
context "when the cookbook is deprecated and not forced" do