Hide/show transcript button in the player - Do not request transscript when property is null in the document request
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);
});