cms/app-client/tests/unit/routes/tabs/thematiques-test.js
changeset 177 5e93f5e5f8f9
parent 176 d1baf7ccecc8
equal deleted inserted replaced
173:cf7b221238fd 177:5e93f5e5f8f9
       
     1 import { moduleFor, test } from 'ember-qunit';
       
     2 
       
     3 moduleFor('route:tabs/thematiques', 'Unit | Route | tabs/thematiques', {
       
     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 });