project/tests/unit/routes/index-test.js
Martin Donnelly e06e53e5bd whats wrong?
2016-04-06 16:53:06 +01:00

12 lines
288 B
JavaScript

import { moduleFor, test } from 'ember-qunit';
moduleFor('route:index', 'Unit | Route | index', {
// 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);
});