From 5d8ec8587e523fdf8b0d8b8310dc9f86ebe2af4b Mon Sep 17 00:00:00 2001 From: abe33 Date: Tue, 3 Nov 2015 00:51:01 +0100 Subject: [PATCH] :fire: Remove test focus --- spec/text-editor-spec.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/text-editor-spec.coffee b/spec/text-editor-spec.coffee index bcf4fe7b8..a6ece20fc 100644 --- a/spec/text-editor-spec.coffee +++ b/spec/text-editor-spec.coffee @@ -2136,7 +2136,7 @@ describe "TextEditor", -> expect(editor.getSelectedBufferRanges()).toEqual [[[0, 2], [1, 9]], [[2, 2], [2, 9]], [[13, 0], [13, 0]]] - fdescribe ".moveLineDown", -> + describe ".moveLineDown", -> describe "when there is a single selection", -> describe "when the selection spans a single line", -> describe "when there is no fold in the following row", ->