Tweak spec description

This commit is contained in:
Kevin Sawicki
2014-03-18 19:05:30 -07:00
parent 8e62d772b3
commit 2e8c0234bb

View File

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