From a79090c65a46732023bb1ab47ccb53ae070e4726 Mon Sep 17 00:00:00 2001 From: Kevin Sawicki Date: Mon, 10 Mar 2014 18:43:38 -0700 Subject: [PATCH] Unfocus spec --- 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 6dac3be9e..3e74f4dc5 100644 --- a/spec/editor-spec.coffee +++ b/spec/editor-spec.coffee @@ -2868,7 +2868,7 @@ describe "Editor", -> expect(tokens[2].scopes).toEqual ["source.js", "comment.line.double-slash.js", "keyword.other.DML.sql"] describe ".normalizeTabsInBufferRange()", -> - fit "normalizes tabs depending on the editor's soft tab/tab length settings", -> + it "normalizes tabs depending on the editor's soft tab/tab length settings", -> editor.setTabLength(1) editor.setSoftTabs(true) editor.setText('\t\t\t')