server/bo_client/tests/unit/routes/index-test.js
changeset 4 f55970e41793
equal deleted inserted replaced
3:2b3247d02769 4:f55970e41793
       
     1 import { moduleFor, test } from 'ember-qunit';
       
     2 
       
     3 moduleFor('route:index', 'Unit | Route | index', {
       
     4   // Specify the other units that are required for this test.
       
     5   // needs: ['controller:foo']
       
     6 });
       
     7 
       
     8 test('it exists', function(assert) {
       
     9   var route = this.subject();
       
    10   assert.ok(route);
       
    11 });