cms/app-client/tests/unit/models/theme-test.js
changeset 176 d1baf7ccecc8
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/cms/app-client/tests/unit/models/theme-test.js	Mon May 30 23:58:34 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);
+});