| changeset 177 | 5e93f5e5f8f9 |
| parent 175 | 7a7cfcba5bfe |
| 173:cf7b221238fd | 177:5e93f5e5f8f9 |
|---|---|
1 import { moduleFor, test } from 'ember-qunit'; |
|
2 |
|
3 moduleFor('route:discours', 'Unit | Route | discours', { |
|
4 // Specify the other units that are required for this test. |
|
5 // needs: ['controller:foo'] |
|
6 }); |
|
7 |
|
8 test('it exists', function(assert) { |
|
9 let route = this.subject(); |
|
10 assert.ok(route); |
|
11 }); |