From 3534f463a69b98958bc4771cd58896a18f8bb0fb Mon Sep 17 00:00:00 2001 From: Corey Johnson & Nathan Sobo Date: Tue, 24 Jan 2012 10:13:54 -0800 Subject: [PATCH] Unfocus test --- spec/atom/vim-mode-spec.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/atom/vim-mode-spec.coffee b/spec/atom/vim-mode-spec.coffee index 471a79e00..c27effb42 100644 --- a/spec/atom/vim-mode-spec.coffee +++ b/spec/atom/vim-mode-spec.coffee @@ -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')