From 2579f2993babbe3541b673f7c5fe09113b2ad33b Mon Sep 17 00:00:00 2001 From: Kevin Sawicki Date: Tue, 11 Feb 2014 10:38:09 -0800 Subject: [PATCH] :lipstick: folded not folder --- spec/editor-view-spec.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/editor-view-spec.coffee b/spec/editor-view-spec.coffee index af00b65de..864f3e229 100644 --- a/spec/editor-view-spec.coffee +++ b/spec/editor-view-spec.coffee @@ -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)