author | Chloe Laisne <chloe.laisne@gmail.com> |
Fri, 24 Jun 2016 02:00:50 +0200 | |
changeset 203 | 2ee21302dc47 |
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 |
}); |