Fix leftover spec

This commit is contained in:
Antonio Scandurra 2015-10-16 11:22:03 +02:00
parent 05c6c9f9be
commit cd47c7be02

View File

@ -1531,6 +1531,7 @@ describe "TextEditor", ->
it "can add selections to soft-wrapped line segments", ->
editor.setSoftWrapped(true)
editor.setEditorWidthInChars(40)
editor.setDefaultCharWidth(1)
editor.setSelectedScreenRange([[3, 10], [3, 15]])
editor.addSelectionBelow()