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