it('should return when input.status is undefined', function() {
      var out = userStatusService.cacheUserStatus({_id: 1});

      expect(out).to.not.be.defined;
      expect(userStatusService.getCache()).to.be.empty;