cms/app-client/tests/unit/routes/application-test.js
author ymh <ymh.work@gmail.com>
Wed, 03 Feb 2016 00:40:35 +0100
changeset 114 8af5ed0521a2
parent 42 7d091abf82fd
permissions -rw-r--r--
Correct modified value for SOUND when merging. This comes not from TEXT

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