mirror of
https://github.com/discourse/discourse.git
synced 2025-05-23 22:51:06 +08:00
TWEAK: Sum new and unread in the site map category list
This commit is contained in:
@ -10,10 +10,6 @@ moduleFor("controller:site-map", "controller:site-map", {
|
||||
}
|
||||
});
|
||||
|
||||
test("itemController", function() {
|
||||
equal(this.subject().get("itemController"), "site-map-category", "defaults to site-map-category");
|
||||
});
|
||||
|
||||
test("showAdminLinks", function() {
|
||||
var currentUserStub = Ember.Object.create();
|
||||
sandbox.stub(Discourse.User, "current").returns(currentUserStub);
|
||||
|
Reference in New Issue
Block a user