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/compare/route-test.js
2015-06-17 14:40:54 -08:00

11 lines
292 B
JavaScript

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