Fix test
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
import { moduleFor, test } from 'ember-qunit';
|
import { moduleFor, test } from 'ember-qunit';
|
||||||
|
|
||||||
moduleFor('controller:index', 'Unit | Controller | index', {
|
moduleFor('controller:index', 'Unit | Controller | index', {
|
||||||
needs: ['service:storage']
|
needs: ['controller:application', 'service:storage']
|
||||||
});
|
});
|
||||||
|
|
||||||
// Replace this with your real tests.
|
// Replace this with your real tests.
|
||||||
|
|||||||
Reference in New Issue
Block a user