Martin Donnelly 3dcf197326 Page 35
2015-03-20 16:20:26 +00:00

15 lines
275 B
JavaScript

import {
moduleFor,
test
} from 'ember-qunit';
moduleFor('route:friends/show', {
// 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);
});