parent
8309486a8a
commit
578b8daa32
11 changed files with 131 additions and 8 deletions
12
tests/unit/controllers/collections-test.js
Normal file
12
tests/unit/controllers/collections-test.js
Normal file
|
@ -0,0 +1,12 @@
|
|||
import { moduleFor, test } from 'ember-qunit';
|
||||
|
||||
moduleFor('controller:collections', 'Unit | Controller | collections', {
|
||||
// Specify the other units that are required for this test.
|
||||
// needs: ['controller:foo']
|
||||
});
|
||||
|
||||
// Replace this with your real tests.
|
||||
test('it exists', function(assert) {
|
||||
let controller = this.subject();
|
||||
assert.ok(controller);
|
||||
});
|
Loading…
Add table
Add a link
Reference in a new issue