cms/app-client/tests/unit/routes/application-test.js
author nowmad@23.1.168.192.in-addr.arpa
Thu, 17 Dec 2015 13:11:40 +0100
changeset 73 79a23f4911f9
parent 42 7d091abf82fd
permissions -rw-r--r--
remove double menu

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

moduleFor('route:application', 'Unit | Route | application', {
  // 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);
});