describe('Method: Get Top Symptoms from openFDA', function() {
    it('openFDA.adverseEvents.topSymptoms() should be a function', function() {
      expect(angular.isFunction(openFDA.adverseEvents.topSymptoms)).toBe(true);
    });