Fix route test
This commit is contained in:
@@ -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) {
|
||||||
|
|||||||
Reference in New Issue
Block a user