From e51cf0089e671de72dfc237d2c574e4ff820b7aa Mon Sep 17 00:00:00 2001 From: Tyler Renelle Date: Tue, 12 Mar 2013 17:52:44 -0700 Subject: [PATCH] typo test/api.mocha.coffee --- test/api.mocha.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/api.mocha.coffee b/test/api.mocha.coffee index 0d01854733..e243322bd9 100644 --- a/test/api.mocha.coffee +++ b/test/api.mocha.coffee @@ -11,7 +11,7 @@ conf.argv().env().file({file: __dirname + '../config.json'}).defaults process.env.BASE_URL = conf.get("BASE_URL") process.env.FACEBOOK_KEY = conf.get("FACEBOOK_KEY") process.env.FACEBOOK_SECRET = conf.get("FACEBOOK_SECRET") -process.env.NODE_DB_URI = 'mongodb://localhost/habirpg' +process.env.NODE_DB_URI = 'mongodb://localhost/habitrpg' ## monkey-patch expect.js for better diffs on mocha ## see: https://github.com/LearnBoost/expect.js/pull/34