12345678910111213 |
- import {
- moduleFor,
- test
- } from 'ember-qunit';
- moduleFor('controller:forgotten-password/change-form', 'ChangeFormController');
- test('it exists', function(assert) {
- assert.expect(1);
- var controller = this.subject();
- assert.ok(controller);
- });
|