ccdb-web/tests/unit/routes/collections/1-test.js
2017-09-13 14:07:41 -07:00

11 lines
304 B
JavaScript

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