Fix route test

This commit is contained in:
Basti 2017-12-26 12:03:32 +01:00
parent 5d533d2c08
commit 0a41be32fd

View File

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