Add new strain
This commit is contained in:
parent
c5b28f7204
commit
dfc62cd1ac
6 changed files with 36 additions and 1 deletions
14
tests/unit/routes/strains/new-test.js
Normal file
14
tests/unit/routes/strains/new-test.js
Normal file
|
@ -0,0 +1,14 @@
|
|||
import {
|
||||
moduleFor,
|
||||
test
|
||||
} from 'ember-qunit';
|
||||
|
||||
moduleFor('route:strains/new', {
|
||||
// Specify the other units that are required for this test.
|
||||
// needs: ['controller:foo']
|
||||
});
|
||||
|
||||
test('it exists', function(assert) {
|
||||
var route = this.subject();
|
||||
assert.ok(route);
|
||||
});
|
Reference in a new issue