From 6716e544f0d318abb12fe47caf8bf6a4e80e047a Mon Sep 17 00:00:00 2001 From: Russell Lescai Date: Wed, 14 Jan 2015 15:07:42 +1030 Subject: [PATCH] Fix spec it function. --- 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 73bdae101..96819bfa6 100644 --- a/spec/text-editor-spec.coffee +++ b/spec/text-editor-spec.coffee @@ -155,7 +155,7 @@ describe "TextEditor", -> expect(editor2.getSoftTabs()).toBe true expect(editor2.getEncoding()).toBe 'macroman' - it "uses scoped `core.fileEncoding` values" + it "uses scoped `core.fileEncoding` values", -> editor1 = null editor2 = null