cleaning some tests
This commit is contained in:
parent
8684d0d148
commit
d80e95c1eb
5 changed files with 5 additions and 5 deletions
|
@ -5,7 +5,7 @@ import {
|
|||
|
||||
moduleForModel('measurement', {
|
||||
// Specify the other units that are required for this test.
|
||||
needs: ['model:strain']
|
||||
needs: ['model:strain', 'model:characteristic']
|
||||
});
|
||||
|
||||
test('it exists', function(assert) {
|
||||
|
|
|
@ -5,7 +5,7 @@ import {
|
|||
|
||||
moduleForModel('strain', {
|
||||
// Specify the other units that are required for this test.
|
||||
needs: ['model:measurement']
|
||||
needs: ['model:measurement', 'model:characteristic', 'model:species']
|
||||
});
|
||||
|
||||
test('it exists', function(assert) {
|
||||
|
|
Reference in a new issue