WIP New user signup

This commit is contained in:
Matthew Dillon 2015-06-23 12:08:59 -08:00
parent 19359c341d
commit a8fdff6be0
11 changed files with 79 additions and 4 deletions

View file

@ -0,0 +1,11 @@
import { moduleFor, test } from 'ember-qunit';
moduleFor('route:users/new', 'Unit | Route | users/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);
});