fix test in browser

This commit is contained in:
jelhan 2015-01-24 15:35:50 +01:00
parent 29e43c26e8
commit bbb8a231cc

View file

@ -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;