From 78155de740bbe11b27fe2df863ae7e4aee62ba2d Mon Sep 17 00:00:00 2001 From: Corey Johnson & Nathan Sobo Date: Mon, 14 May 2012 16:55:35 -0600 Subject: [PATCH] Un-F --- spec/extensions/file-finder-spec.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/extensions/file-finder-spec.coffee b/spec/extensions/file-finder-spec.coffee index 216b06b88..cd418c8c0 100644 --- a/spec/extensions/file-finder-spec.coffee +++ b/spec/extensions/file-finder-spec.coffee @@ -140,7 +140,7 @@ describe 'FileFinder', -> rootView.trigger 'file-finder:toggle' describe "when there is a path selected", -> - fit "opens the file associated with that path in the editor", -> + it "opens the file associated with that path in the editor", -> finder.trigger 'move-down' selectedLi = finder.find('li:eq(1)')