censis-archive/obrand/obrand-admin/tests/unit/models/profile-test.js

13 lines
310 B
JavaScript
Raw Normal View History

2016-06-06 10:45:51 +00:00
import { moduleForModel, test } from 'ember-qunit';
moduleForModel('profile', 'Unit | Model | profile', {
// 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);
});