This commit is contained in:
Nathan Sobo 2012-04-06 12:21:24 -06:00
parent 656c8318f2
commit 1d7d59d673

View File

@ -307,6 +307,7 @@ describe "Editor", ->
editor.moveCursorUp()
expect(editor.getCursorScreenPosition().column).toBe 0
describe "horizontal movement", ->
describe "when left is pressed on the first column", ->
describe "when there is a previous line", ->
it "wraps to the end of the previous line", ->