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/pods/measurements/route-test.js
2015-06-11 11:19:13 -08:00

11 lines
302 B
JavaScript

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