From 581998f94b525e58ecfe08cb9d60969f4039964f Mon Sep 17 00:00:00 2001 From: Nathan Sobo Date: Mon, 21 May 2012 18:35:51 -0700 Subject: [PATCH] Oh, un-F --- spec/app/editor-spec.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/app/editor-spec.coffee b/spec/app/editor-spec.coffee index b5ca972fa..cbca11e80 100644 --- a/spec/app/editor-spec.coffee +++ b/spec/app/editor-spec.coffee @@ -2426,7 +2426,7 @@ describe "Editor", -> expect(editor.getCursorScreenPosition()).toEqual [5, 0] describe "when a fold placeholder line is clicked", -> - fit "removes the associated fold and places the cursor at its beginning", -> + it "removes the associated fold and places the cursor at its beginning", -> editor.getSelection().setBufferRange(new Range([3, 0], [9, 0])) editor.trigger 'fold-selection'