From 418dae11aa2b60fe8fd3a1bb53f7f5931eb068c4 Mon Sep 17 00:00:00 2001 From: Corey Johnson Date: Fri, 10 Feb 2012 10:51:53 -0800 Subject: [PATCH] :poop: --- 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 4fe9ff7f9..24e9a1d33 100644 --- a/spec/atom/vim-mode-spec.coffee +++ b/spec/atom/vim-mode-spec.coffee @@ -236,7 +236,7 @@ describe "VimMode", -> expect(editor.getCursorPosition()).toEqual([3,2]) describe "the { keybinding", -> - fit "moves the cursor to the beginning of the paragraph", -> + it "moves the cursor to the beginning of the paragraph", -> editor.buffer.setText("abcde\n\nfghij\nhijk\n xyz \n\nzip\n\n \nthe end") editor.setCursorPosition([0,0])