From bbb8a231cc1e588ddb3dcdbcb59c0deac76865cc Mon Sep 17 00:00:00 2001 From: jelhan Date: Sat, 24 Jan 2015 15:35:50 +0100 Subject: [PATCH] fix test in browser --- config/environment.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/environment.js b/config/environment.js index 6d2b60a..9f64428 100644 --- a/config/environment.js +++ b/config/environment.js @@ -38,7 +38,7 @@ module.exports = function(environment) { if (environment === 'test') { // Testem prefers this... ENV.baseURL = '/'; - ENV.locationType = 'auto'; + ENV.locationType = 'hash'; // keep test console output quieter ENV.APP.LOG_ACTIVE_GENERATION = false;