I'm trying to use a feature branch to test some functionality in a current cookbook I am working on. Normally I would point to the master branch like so:
cookbook 'elasticsearch', github: 'account-name/cookbook-elasticsearch'
Is there any way to point to a feature branch? Has anyone had any success doing that before?
Thank-you,