Unfocused.

This commit is contained in:
joshaber
2016-02-12 14:45:26 -05:00
parent 0e8161f30e
commit 72f3d0b309

View File

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