Remove unused mousewheel event spec

This commit is contained in:
Corey Johnson
2014-06-09 13:55:19 -07:00
parent 362f696e3e
commit 4d6737230a

View File

@@ -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'