diff --git a/tests/unit/controllers/index-test.js b/tests/unit/controllers/index-test.js index 9976fb3..28fcc29 100644 --- a/tests/unit/controllers/index-test.js +++ b/tests/unit/controllers/index-test.js @@ -1,7 +1,7 @@ import { moduleFor, test } from 'ember-qunit'; moduleFor('controller:index', 'Unit | Controller | index', { - needs: ['service:storage'] + needs: ['controller:application', 'service:storage'] }); // Replace this with your real tests.