censis-archive/obrand/obrand-admin/tests/unit/models/company-test.js
2016-06-06 11:45:51 +01:00

13 lines
310 B
JavaScript

import { moduleForModel, test } from 'ember-qunit';
moduleForModel('company', 'Unit | Model | company', {
// Specify the other units that are required for this test.
needs: []
});
test('it exists', function(assert) {
let model = this.subject();
// let store = this.store();
assert.ok(!!model);
});