cms/app-client/tests/unit/routes/sound-test.js
author Chloe Laisne <chloe.laisne@gmail.com>
Mon, 17 Oct 2016 00:11:02 +0530
changeset 341 957ad5f49348
parent 40 9887379e627f
permissions -rw-r--r--
Fix missing language in player and playlist components

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