Fixed gh-profile-image tests

no issue
- stubbed `ghostPaths` service did not have the expected `ghostPaths.assetRoot` property that the `gh-profile-image` component started calling `.replace` on in adb0508d2f
This commit is contained in:
Kevin Ansfield 2018-08-30 11:10:10 +01:00
parent 8f9fec3cda
commit 8a164b6846

View File

@ -10,6 +10,8 @@ import {setupComponentTest} from 'ember-mocha';
import {timeout} from 'ember-concurrency';
let pathsStub = Service.extend({
assetRoot: '/ghost/assets/',
init() {
this._super(...arguments);