not-found-test.js 191 B

1234567891011
  1. import {
  2. moduleFor,
  3. test
  4. } from 'ember-qunit';
  5. moduleFor('route:not-found', 'NotFoundRoute');
  6. test('it exists', function(assert) {
  7. var route = this.subject();
  8. assert.ok(route);
  9. });