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

12 lines
298 B
JavaScript

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