diff -r cf7b221238fd -r 5e93f5e5f8f9 cms/app-client/tests/unit/models/theme-test.js --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/cms/app-client/tests/unit/models/theme-test.js Tue Jun 07 12:00:40 2016 +0200 @@ -0,0 +1,12 @@ +import { moduleForModel, test } from 'ember-qunit'; + +moduleForModel('theme', 'Unit | Model | theme', { + // Specify the other units that are required for this test. + needs: [] +}); + +test('it exists', function(assert) { + let model = this.subject(); + // let store = this.store(); + assert.ok(!!model); +});