changeset 285 | 6d8e7e6dc83c |
284:12448de16a63 | 285:6d8e7e6dc83c |
---|---|
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 }); |