From 1e4fb5b4bc1a7d7189be85965f0fd9928fa0a6e3 Mon Sep 17 00:00:00 2001 From: Ben Ogle Date: Tue, 2 Sep 2014 17:44:01 -0700 Subject: [PATCH] nof --- spec/editor-spec.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/editor-spec.coffee b/spec/editor-spec.coffee index a8d246fc5..c0f5b2646 100644 --- a/spec/editor-spec.coffee +++ b/spec/editor-spec.coffee @@ -1431,7 +1431,7 @@ describe "Editor", -> [[10, 0], [10, 0]] ] - fdescribe ".addSelectionAbove()", -> + describe ".addSelectionAbove()", -> describe "when the selection is non-empty", -> it "selects the same region of the line above current selections if possible", -> editor.setSelectedBufferRange([[3, 16], [3, 21]])