💄 folded not folder

This commit is contained in:
Kevin Sawicki
2014-02-11 10:38:09 -08:00
parent f9cdc4883e
commit 2579f2993b

View File

@@ -2631,7 +2631,7 @@ describe "EditorView", ->
editorView.trigger 'editor:move-line-down'
expect(editor.getCursorBufferPosition()).toEqual [1, 2]
describe "when the line below is folder", ->
describe "when the line below is folded", ->
it "moves the line around the fold", ->
editor.setCursorBufferPosition([0, 0])
editor.foldBufferRow(1)