Skip to content
This repository has been archived by the owner on Nov 28, 2022. It is now read-only.

Commit

Permalink
Fixed gh-profile-image tests
Browse files Browse the repository at this point in the history
no issue
- stubbed `ghostPaths` service did not have the expected `ghostPaths.assetRoot` property that the `gh-profile-image` component started calling `.replace` on in d24bad6
  • Loading branch information
kevinansfield committed Aug 30, 2018
1 parent 46de788 commit 0e73184
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/integration/components/gh-profile-image-test.js
Expand Up @@ -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);

Expand Down

0 comments on commit 0e73184

Please sign in to comment.