aboutsummaryrefslogtreecommitdiff
path: root/test/fetchGitData.js
diff options
context:
space:
mode:
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/);
});