Update spec description

This commit is contained in:
Kevin Sawicki
2014-03-19 10:02:14 -07:00
parent ff560bc3a3
commit 7c17c99b9e

View File

@@ -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()