mirror of
https://github.com/discourse/discourse.git
synced 2025-09-07 12:02:53 +08:00
TWEAK: Sum new and unread in the site map category list
This commit is contained in:
parent
06c681b0de
commit
d29822e4cb
5 changed files with 42 additions and 30 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue