cms/app-client/tests/unit/routes/results-test.js
author nowmad@23.1.168.192.in-addr.arpa
Fri, 22 Jan 2016 16:03:37 +0100
changeset 104 bd3747a1cd5f
parent 41 b6815b3d46bd
permissions -rw-r--r--
update Readme and change baseStatic value with php function in corpus.module

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

moduleFor('route:results', 'Unit | Route | results', {
  // 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);
});