ccdb-web/tests/unit/routes/collections/new-test.js
2017-09-14 08:07:06 -07:00

11 lines
308 B
JavaScript

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