it('should fire loaded event', function (done) {
                obj = new FiresyncObject(testRef);
                obj.once('loaded', function () {
                    expect(this.loaded()).to.equal(true);
                    done();