From 02f0c49d0e673df8d51f730e7997cc3456f1063e Mon Sep 17 00:00:00 2001 From: Kevin Sawicki Date: Mon, 3 Feb 2014 13:36:12 -0800 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 31649ab44..8d5e05d9a 100644 --- a/spec/editor-spec.coffee +++ b/spec/editor-spec.coffee @@ -1860,7 +1860,7 @@ describe "Editor", -> beforeEach -> editor.setSelectedBufferRanges([[[0, 4], [0, 13]], [[1, 6], [1, 10]]]) - fdescribe ".cutSelectedText()", -> + describe ".cutSelectedText()", -> it "removes the selected text from the buffer and places it on the clipboard", -> editor.cutSelectedText() expect(buffer.lineForRow(0)).toBe "var = function () {"