WIP - rebuilding from ground up

This commit is contained in:
Matthew Dillon 2015-03-18 15:50:39 -08:00
parent 62020a9865
commit ced3f7d2d2
16 changed files with 154 additions and 4 deletions

View file

@ -0,0 +1,15 @@
import {
moduleForModel,
test
} from 'ember-qunit';
moduleForModel('strain', {
// Specify the other units that are required for this test.
needs: []
});
test('it exists', function(assert) {
var model = this.subject();
// var store = this.store();
assert.ok(!!model);
});