cms/app-client/tests/unit/models/theme-test.js
changeset 176 d1baf7ccecc8
equal deleted inserted replaced
175:7a7cfcba5bfe 176:d1baf7ccecc8
       
     1 import { moduleForModel, test } from 'ember-qunit';
       
     2 
       
     3 moduleForModel('theme', 'Unit | Model | theme', {
       
     4     // Specify the other units that are required for this test.
       
     5     needs: []
       
     6 });
       
     7 
       
     8 test('it exists', function(assert) {
       
     9     let model = this.subject();
       
    10     // let store = this.store();
       
    11     assert.ok(!!model);
       
    12 });