This commit is contained in:
Matthew Ryan Dillon 2017-09-14 08:06:55 -07:00
parent 408b1bb1d4
commit ffa302298f
6 changed files with 161 additions and 1 deletions

View 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);
});