Just use the repo declared above.

This commit is contained in:
joshaber
2015-12-10 10:33:56 -05:00
parent 276f654d66
commit f0a9c5d9f0

View File

@@ -55,8 +55,6 @@ describe('GitRepositoryAsync', () => {
})
describe('.isPathIgnored(path)', () => {
let repo
beforeEach(() => {
repo = openFixture('ignore.git')
})