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

12 lines
319 B
JavaScript

import { moduleFor, test } from 'ember-qunit';
moduleFor('controller:compare', {
// Specify the other units that are required for this test.
// needs: ['controller:foo']
});
// Replace this with your real tests.
test('it exists', function(assert) {
var controller = this.subject();
assert.ok(controller);
});