it('should remove object from end', function (done) {
                obj = new FiresyncArray(testRef);
                [1,2,3,4,5].forEach(function (i) {
                    obj.add(i);
                });