aboutsummaryrefslogtreecommitdiff
path: root/test/fetchGitData.js
diff options
context:
space:
mode:
authorGerard Escalante <[email protected]>2014-02-11 11:10:34 +0900
committerGerard Escalante <[email protected]>2014-02-11 11:10:34 +0900
commitab1c7aeda0359fb174e4dbfdb7e117cc029eb329 (patch)
treefc7a02bb26f448233c9626704d499cca30c6d327 /test/fetchGitData.js
parent7f7dad83d26e0d3c3326c260926acfcb6e05fa58 (diff)
downloadnode-coveralls-ab1c7aeda0359fb174e4dbfdb7e117cc029eb329.tar.xz
node-coveralls-ab1c7aeda0359fb174e4dbfdb7e117cc029eb329.zip
Windows compat fixes
Changed usage of '/' as root dir. Stopped tests from wiping out environment.
Diffstat (limited to 'test/fetchGitData.js')
-rw-r--r--test/fetchGitData.js3
1 files changed, 0 insertions, 3 deletions
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/);
});