sous-chefs / homebrew

Development repository for the homebrew cookbook
https://supermarket.chef.io/cookbooks/homebrew
Apache License 2.0
152 stars 136 forks source link

Extend the tap resource #125

Closed ed-flanagan closed 7 years ago

ed-flanagan commented 7 years ago

Description

Allow usage of brew tap's --full flag and URL

Issues Resolved

Check List

ed-flanagan commented 7 years ago

The test I added is a bit long and contrived; happy to explore/add simpler and more complete units. The if/elsif/else block uses raise; happy to modify according to best-practices or anything.

tas50 commented 7 years ago

This looks super well thought out. Thanks for taking the time to put this together with tests and docs