diff -r a2342f26c9de -r b0b56e0f8c7f server/bo_client/tests/unit/services/constants-test.js --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/server/bo_client/tests/unit/services/constants-test.js Fri Jan 15 15:35:00 2016 +0100 @@ -0,0 +1,12 @@ +import { moduleFor, test } from 'ember-qunit'; + +moduleFor('service:constants', 'Unit | Service | constants', { + // Specify the other units that are required for this test. + // needs: ['service:foo'] +}); + +// Replace this with your real tests. +test('it exists', function(assert) { + let service = this.subject(); + assert.ok(service); +});