cms/app-client/tests/unit/routes/sound-test.js
author ymh <ymh.work@gmail.com>
Thu, 02 Mar 2017 17:40:22 +0100
changeset 527 03f72219c743
parent 40 9887379e627f
permissions -rw-r--r--
version 0.0.18

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