Add new strain

This commit is contained in:
Matthew Dillon 2015-06-01 11:14:01 -08:00
parent c5b28f7204
commit dfc62cd1ac
6 changed files with 36 additions and 1 deletions

View 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);
});