site-nav-test.js 332 B

123456789101112131415
  1. import {
  2. moduleFor,
  3. test
  4. } from 'ember-qunit';
  5. moduleFor('controller:site-nav', 'SiteNavController', {
  6. // Specify the other units that are required for this test.
  7. // needs: ['controller:foo']
  8. });
  9. // Replace this with your real tests.
  10. test('it exists', function() {
  11. var controller = this.subject();
  12. ok(controller);
  13. });