change-form-test.js 255 B

12345678910111213
  1. import {
  2. moduleFor,
  3. test
  4. } from 'ember-qunit';
  5. moduleFor('controller:forgotten-password/change-form', 'ChangeFormController');
  6. test('it exists', function(assert) {
  7. assert.expect(1);
  8. var controller = this.subject();
  9. assert.ok(controller);
  10. });