gulp.task('phpspec', function(){
    test = 'phpspec';
    return gulp.src('phpspec.yml.dist')
        .pipe(phpspec('', {notify: true, debug:true}))
        .on('error', handleErrors)