Strain-details: controller -> component
This commit is contained in:
parent
20765e5dac
commit
c5b28f7204
6 changed files with 158 additions and 152 deletions
tests/unit/controllers/strains
|
@ -1,15 +0,0 @@
|
|||
import {
|
||||
moduleFor,
|
||||
test
|
||||
} from 'ember-qunit';
|
||||
|
||||
moduleFor('controller:strains/show', {
|
||||
// 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);
|
||||
});
|
Reference in a new issue