This repository has been archived on 2025-03-30. You can view files and clone it, but cannot push or open issues or pull requests.
hymenobacterdotinfo/tests/unit/routes/users/index-test.js
2015-04-10 11:51:22 -08:00

14 lines
274 B
JavaScript

import {
moduleFor,
test
} from 'ember-qunit';
moduleFor('route:users/index', {
// Specify the other units that are required for this test.
// needs: ['controller:foo']
});
test('it exists', function(assert) {
var route = this.subject();
assert.ok(route);
});