From ea761d7f2aa1e57fbe44099692419bbb0f200ec9 Mon Sep 17 00:00:00 2001 From: Marshall Jones Date: Thu, 23 May 2013 11:32:25 -0700 Subject: [PATCH] hack - don't hit server when testing --- test/support/testconfig.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/support/testconfig.js b/test/support/testconfig.js index 16db614ed..3ef1a316a 100644 --- a/test/support/testconfig.js +++ b/test/support/testconfig.js @@ -9,6 +9,9 @@ $(window).load(function () { Ember.testing = true; Balanced.reset(); + // we don't actually care about hitting a server + Ember.ENV.BALANCED.WWW = 'http://example.org'; + // Set up Ember Auth Ember.run(function () { Balanced.Auth.set('authToken', "/users/USeb4a5d6ca6ed11e2bea6026ba7db2987");