diff --git a/spec/view-registry-spec.coffee b/spec/view-registry-spec.coffee index 94af1e9fc..a2a78b370 100644 --- a/spec/view-registry-spec.coffee +++ b/spec/view-registry-spec.coffee @@ -191,8 +191,6 @@ describe "ViewRegistry", -> jasmineContent.appendChild(testElement) jasmineContent.appendChild(testStyleSheet) - spyOn(window, 'setInterval').andCallFake(fakeSetInterval) - events = [] disposable1 = registry.pollDocument -> events.push('poll 1') disposable2 = registry.pollDocument -> events.push('poll 2')