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