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/species/new-test.js
2015-06-02 14:27:23 -08:00

14 lines
274 B
JavaScript

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