Fix route test

This commit is contained in:
Basti 2017-12-26 12:03:32 +01:00
parent 5d533d2c08
commit 0a41be32fd
1 changed files with 1 additions and 2 deletions

View File

@ -1,8 +1,7 @@
import { moduleFor, test } from 'ember-qunit';
moduleFor('route:connect', 'Unit | Route | connect', {
// Specify the other units that are required for this test.
// needs: ['controller:foo']
needs: ['service:storage']
});
test('it exists', function(assert) {