This repository has been archived on 2025-02-01. You can view files and clone it, but cannot push or open issues or pull requests.
stockpile-ember/tests/unit/routes/items/show-test.js
2016-11-17 08:18:48 +01:00

11 lines
298 B
JavaScript

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