mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-28 22:43:30 +03: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 adb0508d2f
This commit is contained in:
parent
8f9fec3cda
commit
8a164b6846
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user