server/bo_client/tests/unit/routes/doc-test.js
author nowmad@nowmads-macbook-pro.local
Thu, 10 Dec 2015 16:51:35 +0100
changeset 43 4d262bdce7cf
parent 4 f55970e41793
permissions -rw-r--r--
udpate carto tempalte to pass argument to visu-carto component

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