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