Use empty apiEndpoint for tests

This commit is contained in:
Piotr Sarnacki 2015-02-05 12:40:27 +01:00
parent 59477e5eac
commit 7268243b4e

View File

@ -49,6 +49,8 @@ module.exports = function(environment) {
ENV.APP.LOG_VIEW_LOOKUPS = false;
ENV.APP.rootElement = '#ember-testing';
ENV.apiEndpoint = '';
}
if (environment === 'production') {