it('#checkGit() when check-git is true and git is installed should do nothing', function() {
        generator.options['check-git'] = true;
        generator.utils.shell = {
            which: sinon.stub().returns(true)
        };