it("does NOT allow you to create the view with the used identifier", function() {
                var creatingChildViewWithUsedIdentifier = function() {
                    parentView.createChildView("identifier", ChildView);
                };