From 16b64b03f7f8d6576354394d18a985cff64e2016 Mon Sep 17 00:00:00 2001 From: Ben Ogle Date: Wed, 6 Nov 2013 14:38:01 -0800 Subject: [PATCH] Nof --- 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 0eb35125e..4959ce27d 100644 --- a/spec/editor-spec.coffee +++ b/spec/editor-spec.coffee @@ -1330,7 +1330,7 @@ describe "Editor", -> expect(editor.renderedLines.find(".line:first").text()).toBe buffer.lineForRow(0) expect(editor.renderedLines.find(".line:last").text()).toBe buffer.lineForRow(6) - ffit "increases the width of the rendered lines element to be either the width of the longest line or the width of the scrollView (whichever is longer)", -> + it "increases the width of the rendered lines element to be either the width of the longest line or the width of the scrollView (whichever is longer)", -> maxLineLength = editor.getMaxScreenLineLength() setEditorWidthInChars(editor, maxLineLength) widthBefore = editor.renderedLines.width()