This commit is contained in:
Corey Johnson & Nathan Sobo 2012-07-12 12:18:24 -07:00
parent 86adf09267
commit e59d15868d

View File

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