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