I have 2 cookbooks, A and and B, where A includes recipe B. Normally, recipes are pulled from the chef server, however, I want to make a change to cookbook B, and ensure that change does not break recipe A before pushing the changes to cookbook B to the Chef Server.
How to I specify in my metadata.rb file of cookbook A that I want to use my local cookbook B, as opposed to one that is on the server?