server/bo_client/tests/unit/routes/doc-test.js
author nowmad@nowmads-macbook-pro.local
Tue, 15 Dec 2015 17:23:35 +0100
changeset 58 6c03fafb6b62
parent 4 f55970e41793
permissions -rw-r--r--
Add missing filters to the application controller

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