request-link-test.js 236 B

1234567891011
  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. var controller = this.subject();
  8. assert.ok(controller);
  9. });