WIP
This commit is contained in:
parent
825b5b0d89
commit
f158d7a7f3
10 changed files with 105 additions and 6 deletions
11
tests/unit/routes/collections/1-test.js
Normal file
11
tests/unit/routes/collections/1-test.js
Normal file
|
@ -0,0 +1,11 @@
|
|||
import { moduleFor, test } from 'ember-qunit';
|
||||
|
||||
moduleFor('route:collections/1', 'Unit | Route | collections/1', {
|
||||
// Specify the other units that are required for this test.
|
||||
// needs: ['controller:foo']
|
||||
});
|
||||
|
||||
test('it exists', function(assert) {
|
||||
let route = this.subject();
|
||||
assert.ok(route);
|
||||
});
|
Loading…
Add table
Add a link
Reference in a new issue