From 7c17c99b9e9ca98d254163005e01f5b6de7e00a7 Mon Sep 17 00:00:00 2001 From: Kevin Sawicki Date: Wed, 19 Mar 2014 10:02:14 -0700 Subject: [PATCH] Update spec description --- 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 8af1b05f2..de8d55bfb 100644 --- a/spec/editor-spec.coffee +++ b/spec/editor-spec.coffee @@ -2530,7 +2530,7 @@ describe "Editor", -> expect(editor.indentationForBufferRow(2)).toBe 1 describe "when the cursor is before whitespace", -> - it "indents the whitespace properly on the new line", -> + it "retains the whitespace following the cursor on the new line", -> editor.setText(" var sort = function() {}") editor.setCursorScreenPosition([0, 23]) editor.insertNewline()