author | Chloe Laisne <chloe.laisne@gmail.com> |
Wed, 06 Jul 2016 15:01:29 +0200 | |
changeset 231 | b883755cc0b8 |
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 |
}); |