Unfocus test

This commit is contained in:
Corey Johnson & Nathan Sobo
2012-01-24 10:13:54 -08:00
parent 3af4aaf50a
commit 3534f463a6

View File

@@ -133,7 +133,7 @@ describe "VimMode", ->
editor.trigger keydownEvent('k')
expect(editor.getPosition()).toEqual(column: 1, row: 0)
fdescribe "the l keybinding", ->
describe "the l keybinding", ->
it "moves the cursor right, but not to the next line", ->
editor.setPosition(column: 4, row: 1)
editor.trigger keydownEvent('l')