WIP
This commit is contained in:
parent
408b1bb1d4
commit
ffa302298f
6 changed files with 161 additions and 1 deletions
11
tests/unit/routes/collections/new-test.js
Normal file
11
tests/unit/routes/collections/new-test.js
Normal file
|
@ -0,0 +1,11 @@
|
|||
import { moduleFor, test } from 'ember-qunit';
|
||||
|
||||
moduleFor('route:collections/new', 'Unit | Route | collections/new', {
|
||||
// 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