server/bo_client/tests/unit/routes/index-test.js
author ymh <ymh.work@gmail.com>
Sat, 07 May 2016 15:15:01 +0200
changeset 159 dd4ee1d4122c
parent 4 f55970e41793
permissions -rw-r--r--
upgrade ember

import { moduleFor, test } from 'ember-qunit';

moduleFor('route:index', 'Unit | Route | index', {
  // Specify the other units that are required for this test.
  // needs: ['controller:foo']
});

test('it exists', function(assert) {
  var route = this.subject();
  assert.ok(route);
});