1
0
Fork 0
mirror of https://github.com/TryGhost/Ghost-Admin.git synced 2023-12-14 02:33:04 +01:00

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 d24bad6aca
This commit is contained in:
Kevin Ansfield 2018-08-30 11:10:10 +01:00
parent 46de788bb5
commit 0e73184587

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