it('realTimeTrends', () => {
      expect(google.realTimeTrends).to.exist;
      expect(google.realTimeTrends).to.be.a('function');
    });