server/bo_client/tests/unit/routes/doc-test.js
author nowmad@23.1.168.192.in-addr.arpa
Tue, 01 Dec 2015 13:36:48 +0100
changeset 39 c693e8673d5b
parent 4 f55970e41793
permissions -rw-r--r--
add visu-langue with google treemap

import { moduleFor, test } from 'ember-qunit';

moduleFor('route:doc', 'Unit | Route | doc', {
  // Specify the other units that are required for this test.
  // needs: ['controller:foo']
});

test('it exists', function(assert) {
  var route = this.subject();
  assert.ok(route);
});