From 4d6737230a71cb90e784993383fb91a19457bbbf Mon Sep 17 00:00:00 2001 From: Corey Johnson Date: Mon, 9 Jun 2014 13:55:19 -0700 Subject: [PATCH] Remove unused mousewheel event spec --- spec/editor-component-spec.coffee | 2 -- 1 file changed, 2 deletions(-) diff --git a/spec/editor-component-spec.coffee b/spec/editor-component-spec.coffee index b9c469829..05756b00a 100644 --- a/spec/editor-component-spec.coffee +++ b/spec/editor-component-spec.coffee @@ -787,8 +787,6 @@ describe "EditorComponent", -> expect(horizontalScrollbarNode.scrollWidth).toBe gutterNode.offsetWidth + editor.getScrollWidth() - describe "when a mousewheel event occurs on the editor", -> - describe "mousewheel events", -> it "updates the scrollLeft or scrollTop on mousewheel events depending on which delta is greater (x or y)", -> node.style.height = 4.5 * lineHeightInPixels + 'px'