From 2e8c0234bbeba58ee4567affca3e48c56d013c79 Mon Sep 17 00:00:00 2001 From: Kevin Sawicki Date: Tue, 18 Mar 2014 19:05:30 -0700 Subject: [PATCH] Tweak 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 ced211574..2a0eff51f 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 that whitespace properly in the next line", -> + it "indents the whitespace properly on the new line", -> editor.setText(" var sort = function() {}") editor.setCursorScreenPosition([0, 23]) editor.insertNewline()