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