Skip to content

Commit e90261b

Browse files
committed
Make specs pass
1 parent 76411bc commit e90261b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/unit/controllers/group/index-test.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
import { moduleFor, test } from 'ember-qunit';
22

33
moduleFor('controller:group/index', 'Unit | Controller | group/index', {
4-
// Specify the other units that are required for this test.
5-
// needs: ['controller:foo']
4+
needs: ['service:metrics', 'service:router-scroll']
65
});
76

87
// Replace this with your real tests.

0 commit comments

Comments
 (0)