it('should return true when orgRole is defined', function() {
      contactUpdateDataService.contact = { orgRole: 'CTO' };
      initController();
      expect(scope.shouldDisplayWork()).to.be.true;
    });