Remove ObjectController, Discouse Controllers + Presence

This commit is contained in:
Robin Ward
2015-08-11 12:27:07 -04:00
parent e2e3e7c0e0
commit 02a968bd27
130 changed files with 187 additions and 349 deletions

View File

@ -1,8 +0,0 @@
import DiscourseController from 'discourse/controllers/controller';
import Presence from 'discourse/mixins/presence';
module("DiscourseController");
test("includes mixins", function() {
ok(Presence.detect(DiscourseController.create()), "has Presence");
});

View File

@ -1,3 +1,5 @@
import { blank, present } from 'helpers/qunit-helpers';
moduleFor('controller:topic', 'controller:topic', {
needs: ['controller:header', 'controller:modal', 'controller:composer', 'controller:quote-button',
'controller:search', 'controller:topic-progress', 'controller:application']