Cleaning up generated tests

This commit is contained in:
Matthew Dillon 2015-04-27 08:23:33 -08:00
parent f3a700462d
commit d890a62c6f
5 changed files with 18 additions and 26 deletions

View file

@ -5,7 +5,7 @@ import {
moduleForModel('characteristic', {
// Specify the other units that are required for this test.
needs: []
needs: ['model:measurement', 'model:strain']
});
test('it exists', function(assert) {

View file

@ -5,7 +5,7 @@ import {
moduleForModel('measurement', {
// Specify the other units that are required for this test.
needs: []
needs: ['model:strain']
});
test('it exists', function(assert) {

View file

@ -5,7 +5,7 @@ import {
moduleForModel('strain', {
// Specify the other units that are required for this test.
needs: []
needs: ['model:measurement']
});
test('it exists', function(assert) {