generator.utils.shell = {
            which: sinon.stub().returns(false),
            exec: sinon.stub(),
            exit: sinon.stub()
        };