diff -r 4a3899b6a7ed -r 766af1228b05 common/corpus-common-addon/tests/dummy/config/environment.js --- a/common/corpus-common-addon/tests/dummy/config/environment.js Sun Oct 16 22:23:31 2016 +0530 +++ b/common/corpus-common-addon/tests/dummy/config/environment.js Sun Oct 16 23:19:57 2016 +0530 @@ -16,6 +16,7 @@ APP: { // Here you can pass flags/options to your application instance // when it is created + backRootURL: '/' } }; @@ -30,6 +31,7 @@ if (environment === 'test') { // Testem prefers this... ENV.rootURL = '/'; + ENV.APP.backRootURL = '/'; ENV.locationType = 'none'; // keep test console output quieter