describe('Method: Get Top Countries from DashboardService', function() {
    it('should return array of items', function() {
      expect(DashboardService.getCountries()).toBeDefined();
    });