cleaning up measurements table
This commit is contained in:
parent
046fea2dbb
commit
33d325a4b0
14 changed files with 102 additions and 260 deletions
12
tests/unit/pods/measurements/controller-test.js
Normal file
12
tests/unit/pods/measurements/controller-test.js
Normal file
|
@ -0,0 +1,12 @@
|
|||
import { moduleFor, test } from 'ember-qunit';
|
||||
|
||||
moduleFor('controller:measurements', {
|
||||
// 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