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", ->