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])