From b8ee3187ec6064180efdfad65e1caf89f80024e5 Mon Sep 17 00:00:00 2001 From: Kevin Sawicki Date: Mon, 13 May 2013 15:58:44 -0700 Subject: [PATCH] doc: task instead of web worker --- spec/app/git-spec.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/app/git-spec.coffee b/spec/app/git-spec.coffee index ade848136..3b1064dd5 100644 --- a/spec/app/git-spec.coffee +++ b/spec/app/git-spec.coffee @@ -214,7 +214,7 @@ describe "Git", -> expect(repo.isStatusNew(statuses[newPath])).toBeTruthy() expect(repo.isStatusModified(statuses[modifiedPath])).toBeTruthy() - it "only starts a single web worker at a time and schedules a restart if one is already running", => + it "only starts a single task at a time and schedules a restart if one is already running", => fsUtils.write(modifiedPath, 'making this path modified') statusHandler = jasmine.createSpy('statusHandler') repo.on 'statuses-changed', statusHandler