server/bo_client/tests/unit/routes/doc-test.js
author ymh <ymh.work@gmail.com>
Wed, 20 Jan 2016 09:56:36 +0100
changeset 110 8e5fcebb9018
parent 4 f55970e41793
permissions -rw-r--r--
default licence is CC BY 4.0

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