request-link-test.js 257 B

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