cleaning some tests

This commit is contained in:
Matthew Dillon 2015-10-29 20:52:16 -07:00
parent 8684d0d148
commit d80e95c1eb
5 changed files with 5 additions and 5 deletions

View file

@ -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) {

View file

@ -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) {