diff options
author | Jared Weyer <v-jaredweyer@microsoft.com> | 2021-12-28 09:12:58 -0800 |
---|---|---|
committer | Jared Weyer <v-jaredweyer@microsoft.com> | 2021-12-28 09:13:31 -0800 |
commit | 8886b6185a99db77d3f878f9444363ec2ba60247 (patch) | |
tree | 2d6cc3eed18a2c525dda9ad1cb1da8a4d189ed89 /kitchen-tests/cookbooks | |
parent | 6255b8042e95405d32981dd987d9865d62d8344e (diff) | |
download | chef-8886b6185a99db77d3f878f9444363ec2ba60247.tar.gz |
Added a kitchen test for the homebrew_tap resource
Signed-off-by: Jared Weyer <v-jaredweyer@microsoft.com>
Diffstat (limited to 'kitchen-tests/cookbooks')
-rw-r--r-- | kitchen-tests/cookbooks/end_to_end/recipes/_homebrew_tap.rb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/kitchen-tests/cookbooks/end_to_end/recipes/_homebrew_tap.rb b/kitchen-tests/cookbooks/end_to_end/recipes/_homebrew_tap.rb new file mode 100644 index 0000000000..53879954e6 --- /dev/null +++ b/kitchen-tests/cookbooks/end_to_end/recipes/_homebrew_tap.rb @@ -0,0 +1,5 @@ +homebrew_tap 'chef/chef' + +homebrew_tap 'chef/chef' do + action :untap +end
\ No newline at end of file |