testbob - build  ✔ should construct commands and pass them to series  ✔ should pass error to callback when initialisation causes error  ✔ should pass error to callback when constructing commands causes error  testbob - init  ✔ should load task, load config, and install dependencies  ✔ should pass error to callback when task loading causes an error  testbob - commands  ✔ should construct commands and pass them to callback  ✔ should construct commands with pre and post opts and pass them to callback  testbob - taskTypeNames  ✔ should get task type from app config when available  ✔ should get task type from bob tasks when app config is not available  testcli - exec  ✔ should contain commands with actions  ✔ should log error message when an error occured and there is no error code  ✔ should log failure message when an error occured with exit code  testconfig - load  ✔ should pass empty object when config file does not exist  ✔ should pass specified task in config object when config file exists  ✔ should not pass specified task in config object when task does not exist  ✔ should pass error when an error occurs while reading config file  testrunner - exec  testrunner - execSeries  ✔ should pass error when an error occurs while executing command  testtask - load  ✔ should pass error to callback when one of the task files do not exist  ✔ should pass results to callback when all task files exist   22 passing (53ms)