cms/app-client/tests/unit/routes/sound-test.js
author nowmad@23.1.168.192.in-addr.arpa
Wed, 20 Jan 2016 15:53:27 +0100
changeset 90 f0609941aa98
parent 40 9887379e627f
permissions -rw-r--r--
update libraries and go ember 2.2.0

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