cms/app-client/tests/unit/routes/sound-test.js
author ymh <ymh.work@gmail.com>
Wed, 20 Jan 2016 16:42:20 +0100
changeset 112 7a542145832c
parent 40 9887379e627f
permissions -rw-r--r--
replace corpus doc base url

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