# HG changeset patch # User Chloe Laisne # Date 1465322370 -7200 # Node ID 6099727d9e13b2ed8772a599107f1e8cc3812464 # Parent 9b703ece424f1aeeab41c5c0600d2daadd993563 Remove discourse model diff -r 9b703ece424f -r 6099727d9e13 cms/app-client/app/models/discourse.js --- a/cms/app-client/app/models/discourse.js Tue Jun 07 19:49:43 2016 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,5 +0,0 @@ -import Model from 'ember-data/model'; - -export default Model.extend({ - -}); diff -r 9b703ece424f -r 6099727d9e13 cms/app-client/tests/unit/models/discourse-test.js --- a/cms/app-client/tests/unit/models/discourse-test.js Tue Jun 07 19:49:43 2016 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,12 +0,0 @@ -import { moduleForModel, test } from 'ember-qunit'; - -moduleForModel('discourse', 'Unit | Model | discourse', { - // 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); -});