author | ymh <ymh.work@gmail.com> |
Mon, 14 Nov 2016 16:27:55 +0100 | |
changeset 419 | a37e8629a95c |
parent 4 | f55970e41793 |
permissions | -rw-r--r-- |
4 | 1 |
import { moduleFor, test } from 'ember-qunit'; |
2 |
||
3 |
moduleFor('route:index', 'Unit | Route | index', { |
|
4 |
// Specify the other units that are required for this test. |
|
5 |
// needs: ['controller:foo'] |
|
6 |
}); |
|
7 |
||
8 |
test('it exists', function(assert) { |
|
9 |
var route = this.subject(); |
|
10 |
assert.ok(route); |
|
11 |
}); |