💄 Add missing ")".

This commit is contained in:
Cheng Zhao 2013-10-21 21:49:55 +08:00
parent 459309aa78
commit 94f441e123

View File

@ -16,7 +16,7 @@ describe "Git", ->
describe "@open(path)", -> describe "@open(path)", ->
it "returns null when no repository is found", -> it "returns null when no repository is found", ->
expect(Git.open(path.join(temp.dir, 'nogit.txt')).toBeNull() expect(Git.open(path.join(temp.dir, 'nogit.txt'))).toBeNull()
describe "new Git(path)", -> describe "new Git(path)", ->
it "throws an exception when no repository is found", -> it "throws an exception when no repository is found", ->