cms/app-client/tests/unit/routes/sound-test.js
author ymh <ymh.work@gmail.com>
Tue, 23 Feb 2016 18:52:27 +0100
changeset 129 4fca650b9b8a
parent 40 9887379e627f
permissions -rw-r--r--
upgrade composer libraries

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