it('should create a callback if one is not provided', () => {
      expect(constructInterestObj({keyword: 'Brooklyn'}).cbFunc)
        .to.be.a('function');
    });