it('#checkGit() when check-git is false should do nothing', function() {
        generator.options['check-git'] = false;
        return generator
            .checkGit()
            .then(function(value) {