server/bo_client/tests/unit/routes/doc-test.js
author Chloe Laisne <chloe.laisne@gmail.com>
Mon, 04 Jul 2016 23:43:38 +0200
changeset 225 5e3cd85cde06
parent 4 f55970e41793
permissions -rw-r--r--
More sass variables Playing state in playlist-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);
});