From ab1c7aeda0359fb174e4dbfdb7e117cc029eb329 Mon Sep 17 00:00:00 2001 From: Gerard Escalante Date: Tue, 11 Feb 2014 11:10:34 +0900 Subject: Windows compat fixes Changed usage of '/' as root dir. Stopped tests from wiping out environment. --- test/fetchGitData.js | 3 --- 1 file changed, 3 deletions(-) (limited to 'test/fetchGitData.js') diff --git a/test/fetchGitData.js b/test/fetchGitData.js index 9c00828..3b8b0fe 100644 --- a/test/fetchGitData.js +++ b/test/fetchGitData.js @@ -3,9 +3,6 @@ var fetchGitData = require('../lib/fetchGitData'); var getOptions = require('../index').getOptions; describe("fetchGitData", function(){ - beforeEach(function(){ - process.env = {}; - }); it("should throw an error when no data is passed", function() { fetchGitData.should.throw(/fetchGitData requires a callback/); }); -- cgit v1.2.3