Roughing in measurements

This commit is contained in:
Matthew Dillon 2015-03-18 16:20:22 -08:00
parent ced3f7d2d2
commit 4f96f4dc07
13 changed files with 109 additions and 2 deletions

View file

@ -0,0 +1,15 @@
import {
moduleForModel,
test
} from 'ember-qunit';
moduleForModel('measurement', {
// 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);
});