it("overwrites delegateEvents", function() {
        expect(View.prototype.delegateEvents).not.toBe(Backbone.View.prototype.delegateEvents);
    });