it("exposes undelegateEvents from Backbone.View", function() {
        expect(View.prototype.undelegateEvents).toBe(Backbone.View.prototype.undelegateEvents);
    });