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