diff -r cf7b221238fd -r 5e93f5e5f8f9 cms/app-client/tests/unit/controllers/tabs/thematiques-test.js --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/cms/app-client/tests/unit/controllers/tabs/thematiques-test.js Tue Jun 07 12:00:40 2016 +0200 @@ -0,0 +1,12 @@ +import { moduleFor, test } from 'ember-qunit'; + +moduleFor('controller:tabs/thematiques', 'Unit | Controller | tabs/thematiques', { + // Specify the other units that are required for this test. + // needs: ['controller:foo'] +}); + +// Replace this with your real tests. +test('it exists', function(assert) { + let controller = this.subject(); + assert.ok(controller); +});