This commit is contained in:
Basti 2017-11-12 22:51:07 +01:00
parent 16fb111c6d
commit db9dadbaa7

View File

@ -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.