guest-nav-test.js 211 B

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