diff --git a/spec/git-spec.coffee b/spec/git-spec.coffee index 7d2c46729..22c40c19a 100644 --- a/spec/git-spec.coffee +++ b/spec/git-spec.coffee @@ -259,7 +259,7 @@ describe "GitRepository", -> expect(repo.isStatusModified(status)).toBe false expect(repo.isStatusNew(status)).toBe false - fit 'caches the proper statuses when multiple project are open', -> + it 'caches the proper statuses when multiple project are open', -> otherWorkingDirectory = copyRepository() atom.project.setPaths([workingDirectory, otherWorkingDirectory])