author | ymh <ymh.work@gmail.com> |
Thu, 06 Apr 2017 11:29:14 +0200 | |
changeset 530 | a76bae4795d5 |
parent 4 | f55970e41793 |
permissions | -rw-r--r-- |
4 | 1 |
import { moduleForModel, test } from 'ember-qunit'; |
2 |
||
3 |
moduleForModel('document', 'Unit | Model | document', { |
|
4 |
// Specify the other units that are required for this test. |
|
5 |
needs: [] |
|
6 |
}); |
|
7 |
||
8 |
test('it exists', function(assert) { |
|
9 |
var model = this.subject(); |
|
10 |
// var store = this.store(); |
|
11 |
assert.ok(!!model); |
|
12 |
}); |