From 9bf16063fc41614166bdf3d273965d6793cd2eec Mon Sep 17 00:00:00 2001 From: Corey Johnson & Nathan Sobo Date: Fri, 19 Oct 2012 12:58:42 -0600 Subject: [PATCH] Un-F --- spec/app/keymap-spec.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/app/keymap-spec.coffee b/spec/app/keymap-spec.coffee index e8edc660b..3674a3bcb 100644 --- a/spec/app/keymap-spec.coffee +++ b/spec/app/keymap-spec.coffee @@ -104,7 +104,7 @@ describe "Keymap", -> expect(fooHandler2).not.toHaveBeenCalled() expect(deleteCharHandler).toHaveBeenCalled() - ffit "does not throw an exception if the event was not triggered by the keymap", -> + it "does not throw an exception if the event was not triggered by the keymap", -> fragment.find('.grandchild-node').trigger 'foo' describe "when the event bubbles to a node that matches multiple selectors", ->