it("inserts a child view after a descendant element", function() {
                parentView.createChildView(childView).andInsertAfter(".descendant");

                expect($descendantElement().next()).$toBe(childView.$el);
            });