author | nowmad@23.1.168.192.in-addr.arpa |
Thu, 17 Dec 2015 12:11:06 +0100 | |
changeset 59 | 1fca3af481a5 |
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 |
}); |