I\'m using chef-solo to test my cookbooks locally, but I want to be able to only run the cookbook(s) that I\'m testing. Currently, it seems like chef-solo will run all cookbooks
Also worth noting that when testing you can easily override the runlist
chef-solo --override-runlist "role["somerole"],recipe[mycookbook::recipe]"