cms/app-client/tests/unit/routes/sound-test.js
author Chloe Laisne <chloe.laisne@gmail.com>
Thu, 07 Jul 2016 11:06:11 +0200
changeset 233 0ff47a9c5da2
parent 40 9887379e627f
permissions -rw-r--r--
Keyboard events on chronology

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