summaryrefslogtreecommitdiff
path: root/kitchen-tests/cookbooks/end_to_end/recipes/macos.rb
diff options
context:
space:
mode:
Diffstat (limited to 'kitchen-tests/cookbooks/end_to_end/recipes/macos.rb')
-rw-r--r--kitchen-tests/cookbooks/end_to_end/recipes/macos.rb10
1 files changed, 10 insertions, 0 deletions
diff --git a/kitchen-tests/cookbooks/end_to_end/recipes/macos.rb b/kitchen-tests/cookbooks/end_to_end/recipes/macos.rb
index ff68021a81..0d7327a6f5 100644
--- a/kitchen-tests/cookbooks/end_to_end/recipes/macos.rb
+++ b/kitchen-tests/cookbooks/end_to_end/recipes/macos.rb
@@ -73,6 +73,16 @@ launchd "io.chef.testing.fake" do
action "enable"
end
+homebrew_update 'update' do
+ action :update
+end
+
+homebrew_package 'vim'
+
+homebrew_package 'vim' do
+ action :purge
+end
+
include_recipe "::_dmg_package"
include_recipe "::_macos_userdefaults"
include_recipe "::_ohai_hint"