cms/app-client/tests/unit/routes/document-test.js
author ymh <ymh.work@gmail.com>
Tue, 17 Jan 2017 18:57:25 +0100
changeset 488 0161e028afb7
parent 414 5c6c526a7fc1
permissions -rw-r--r--
Correct bug on display of notices on permalinks. Correct bug #0025750

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

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

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