From c98cb89cddeb8c27bd082c46f178b8e11d93db82 Mon Sep 17 00:00:00 2001 From: Thomas Shafer Date: Wed, 11 Jun 2014 16:11:48 -0700 Subject: [PATCH] added commented out ability to record --- test/test_helper.js | 1 + 1 file changed, 1 insertion(+) diff --git a/test/test_helper.js b/test/test_helper.js index 4b3135b..77dbba1 100644 --- a/test/test_helper.js +++ b/test/test_helper.js @@ -9,3 +9,4 @@ global.sinon = require("sinon"); global.nock = require('nock'); nock.disableNetConnect(); nock.enableNetConnect('127.0.0.1'); +// nock.recorder.rec();