KnexMock.createSpies = function(keyName) {
  this.spy = this.spy || {};
  this.spy[keyName] = sinon.spy();
};