This repository has been archived on 2025-03-30. You can view files and clone it, but cannot push or open issues or pull requests.
hymenobacterdotinfo/tests/unit/models/characteristic-test.js
2015-03-27 14:28:41 -08:00

15 lines
295 B
JavaScript

import {
moduleForModel,
test
} from 'ember-qunit';
moduleForModel('characteristic', {
// 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);
});