From c91ae0c4c4ab3193c2b37cd50fadfb1c2585c266 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bar=C4=B1=C5=9F=20Soner=20U=C5=9Fakl=C4=B1?= Date: Fri, 24 Jan 2014 00:42:34 -0500 Subject: [PATCH] Update categories.js --- tests/categories.js | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/tests/categories.js b/tests/categories.js index 009d195e92..6f83d774f8 100644 --- a/tests/categories.js +++ b/tests/categories.js @@ -1,5 +1,4 @@ -// 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) { @@ -59,4 +58,4 @@ describe('Categories', function() { db.delete('category:' + categoryObj.cid); db.listRemoveLast('categories:cid'); }); -}); \ No newline at end of file +});