2015-03-20 13:56:36 +00:00

15 lines
274 B
JavaScript

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