author | Chloe Laisne <chloe.laisne@gmail.com> |
Fri, 23 Sep 2016 15:56:38 +0200 | |
changeset 285 | 6d8e7e6dc83c |
permissions | -rw-r--r-- |
285 | 1 |
import { moduleForModel, test } from 'ember-qunit'; |
2 |
||
3 |
moduleForModel('geostat', 'Unit | Model | geostat', { |
|
4 |
// Specify the other units that are required for this test. |
|
5 |
needs: [] |
|
6 |
}); |
|
7 |
||
8 |
test('it exists', function(assert) { |
|
9 |
let model = this.subject(); |
|
10 |
// let store = this.store(); |
|
11 |
assert.ok(!!model); |
|
12 |
}); |