describe('Method: Get Severity Counts from DashboardService', function() {
    it('should return array of items', function() {
      expect(DashboardService.getSeverity()).toBeDefined();
    });