diff options
author | Thom May <thom@may.lt> | 2016-06-22 16:50:55 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-06-22 16:50:55 +0100 |
commit | 72ac27e97e8d2b3540a637f2833a902e6cb4ef37 (patch) | |
tree | 3ed1207f4496dbc6a7f8970f271fb44e8c108c83 /spec/unit | |
parent | 5d1cabe2e5a2653ff12a5e4ad0f8d4f248280da5 (diff) | |
parent | 232f78be0d348e6b07b12f9efbca55f1a66cbb3d (diff) | |
download | chef-72ac27e97e8d2b3540a637f2833a902e6cb4ef37.tar.gz |
Merge pull request #4896 from chef/tm/include_knife_supermarket
Deprecate knife-supermarket gem
Diffstat (limited to 'spec/unit')
-rw-r--r-- | spec/unit/knife/cookbook_site_download_spec.rb | 1 |
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 |