var gulpTest = function(callback) {

    console.log('Running unit tests...');

    var gulp = exec('gulp test:unit', function(error) {