From db9dadbaa7f88f3e80ed0cc2d85d4fe7ae836755 Mon Sep 17 00:00:00 2001 From: Sebastian Kippe Date: Sun, 12 Nov 2017 22:51:07 +0100 Subject: [PATCH] Fix test --- tests/unit/controllers/index-test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.