cms/app-client/tests/unit/routes/tabs/thematiques-test.js
author ymh <ymh.work@gmail.com>
Wed, 23 Nov 2016 08:12:23 +0100
changeset 438 4324a915e61b
parent 176 d1baf7ccecc8
permissions -rw-r--r--
Added tag 0.0.12 for changeset 7693515f2e4a

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);
});