From e59d15868dad006c47ffb3eb38b2fc883a356e8f Mon Sep 17 00:00:00 2001 From: Corey Johnson & Nathan Sobo Date: Thu, 12 Jul 2012 12:18:24 -0700 Subject: [PATCH] un-f --- spec/app/project-spec.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/app/project-spec.coffee b/spec/app/project-spec.coffee index f9b930acd..b9203b1a5 100644 --- a/spec/app/project-spec.coffee +++ b/spec/app/project-spec.coffee @@ -109,7 +109,7 @@ describe "Project", -> describe ".scan(options, callback)", -> describe "when called with a regex", -> - fit "calls the callback with all regex matches in all files in the project", -> + it "calls the callback with all regex matches in all files in the project", -> matches = [] waitsForPromise -> project.scan /(a)+/, ({path, match, range}) ->