2017-11-12 22:51:07 +01:00

12 lines
308 B
JavaScript

import { moduleFor, test } from 'ember-qunit';
moduleFor('controller:index', 'Unit | Controller | index', {
needs: ['controller:application', 'service:storage']
});
// Replace this with your real tests.
test('it exists', function(assert) {
let controller = this.subject();
assert.ok(controller);
});