cms/app-client/tests/unit/routes/sound-test.js
author ymh <ymh.work@gmail.com>
Fri, 23 Dec 2016 13:24:04 +0100
changeset 486 44a5801ed246
parent 40 9887379e627f
permissions -rw-r--r--
Added tag 0.0.14 for changeset 7b84847868a9

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

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