diff --git a/spec/git-repository-async-spec.coffee b/spec/git-repository-async-spec.coffee index 4c25a3ec4..c6402d1fb 100644 --- a/spec/git-repository-async-spec.coffee +++ b/spec/git-repository-async-spec.coffee @@ -16,7 +16,7 @@ copyRepository = -> fs.renameSync(path.join(workingDirPath, 'git.git'), path.join(workingDirPath, '.git')) fs.realpathSync(workingDirPath) -openFixture = (fixture)-> +openFixture = (fixture) -> GitRepositoryAsync.open(path.join(__dirname, 'fixtures', 'git', fixture)) describe "GitRepositoryAsync", ->