diff options
Diffstat (limited to 'acceptance')
-rw-r--r-- | acceptance/basics/test/integration/chef-current-install/serverspec/chef_client_spec.rb | 2 | ||||
-rw-r--r-- | acceptance/top-cookbooks/.acceptance/acceptance-cookbook/libraries/top_cookbooks.rb | 17 |
2 files changed, 10 insertions, 9 deletions
diff --git a/acceptance/basics/test/integration/chef-current-install/serverspec/chef_client_spec.rb b/acceptance/basics/test/integration/chef-current-install/serverspec/chef_client_spec.rb index dd0e0e4e34..7bdb4e4ed3 100644 --- a/acceptance/basics/test/integration/chef-current-install/serverspec/chef_client_spec.rb +++ b/acceptance/basics/test/integration/chef-current-install/serverspec/chef_client_spec.rb @@ -2,7 +2,7 @@ require "spec_helper" gem_path = "/opt/chef/embedded/bin/gem" -white_list = %w{chef-config json rake} +white_list = %w{addressable chef-config json rake} describe "gem list" do it "should not have non-whitelisted duplicate gems" do diff --git a/acceptance/top-cookbooks/.acceptance/acceptance-cookbook/libraries/top_cookbooks.rb b/acceptance/top-cookbooks/.acceptance/acceptance-cookbook/libraries/top_cookbooks.rb index 73f5151bca..5716b97737 100644 --- a/acceptance/top-cookbooks/.acceptance/acceptance-cookbook/libraries/top_cookbooks.rb +++ b/acceptance/top-cookbooks/.acceptance/acceptance-cookbook/libraries/top_cookbooks.rb @@ -12,15 +12,16 @@ class TopCookbooks < Chef::Resource cookbook_kitchen "#{command} git" do end - cookbook_kitchen "#{command} learn-the-basics-ubuntu" do - repository "learn-chef/learn-chef-acceptance" - cookbook_relative_dir "cookbooks/learn-the-basics-ubuntu" - end + # FIXME: waiting for https://github.com/learn-chef/learn-chef-acceptance/pull/23 + # cookbook_kitchen "#{command} learn-the-basics-ubuntu" do + # repository "learn-chef/learn-chef-acceptance" + # cookbook_relative_dir "cookbooks/learn-the-basics-ubuntu" + # end - cookbook_kitchen "#{command} learn-the-basics-windows" do - repository "learn-chef/learn-chef-acceptance" - cookbook_relative_dir "cookbooks/learn-the-basics-windows" - end + # cookbook_kitchen "#{command} learn-the-basics-windows" do + # repository "learn-chef/learn-chef-acceptance" + # cookbook_relative_dir "cookbooks/learn-the-basics-windows" + # end cookbook_kitchen "#{command} powershell" do end |