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

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