From 396fecb94a14266f9da4c5e0e927c4d8ed485470 Mon Sep 17 00:00:00 2001 From: psychobunny Date: Wed, 8 Oct 2014 12:32:17 -0400 Subject: [PATCH] removing an old comment --- tests/user.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/tests/user.js b/tests/user.js index 28af219f1a..9f2eb73e17 100644 --- a/tests/user.js +++ b/tests/user.js @@ -1,5 +1,3 @@ -// this test currently needs to talk to the redis database. -// get the redis config info from root directory's config.json: var winston = require('winston'); process.on('uncaughtException', function (err) { @@ -45,4 +43,4 @@ describe('User', function() { after(function() { db.flushdb(); }); -}); +}); \ No newline at end of file