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/controllers/strains/index-test.js
2015-03-19 13:12:47 -08:00

15 lines
329 B
JavaScript

import {
moduleFor,
test
} from 'ember-qunit';
moduleFor('controller:strains/index', {
// 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);
});