mirror of
https://github.com/discourse/discourse.git
synced 2025-05-22 07:53:49 +08:00
Remove ObjectController, Discouse Controllers + Presence
This commit is contained in:
@ -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");
|
||||
});
|
@ -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']
|
||||
|
Reference in New Issue
Block a user