describe('Method: Get All Events from DashboardService', function() {
    it('should return array of items', function() {
      expect(DashboardService.getEvents()).toBeDefined();
    });