Skip to content

Commit

Permalink
hack - don't hit server when testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Marshall Jones committed May 23, 2013
1 parent 8f12591 commit ea761d7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/support/testconfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -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");
Expand Down

0 comments on commit ea761d7

Please sign in to comment.