| changeset 177 | 5e93f5e5f8f9 |
| parent 176 | d1baf7ccecc8 |
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/cms/app-client/tests/unit/routes/tabs/thematiques-test.js Tue Jun 07 12:00:40 2016 +0200 @@ -0,0 +1,11 @@ +import { moduleFor, test } from 'ember-qunit'; + +moduleFor('route:tabs/thematiques', 'Unit | Route | tabs/thematiques', { + // Specify the other units that are required for this test. + // needs: ['controller:foo'] +}); + +test('it exists', function(assert) { + let route = this.subject(); + assert.ok(route); +});