it("reattaches child view", function() {
                        viewRelationship.andAppendIt();
                        expect(ChildView.prototype.reattach).toHaveBeenCalled();
                    });