TWEAK: If show_subcategory_list is enabled, hide subcategories from

the site map.
This commit is contained in:
Robin Ward
2014-07-22 16:15:56 -04:00
parent b3c149de22
commit 7c0e723464
2 changed files with 9 additions and 9 deletions

View File

@@ -72,7 +72,7 @@ test("categories", function() {
var categoryListStub = ["category1", "category2"];
this.stub(Discourse.Category, "list").returns(categoryListStub);
equal(controller.get("categories"), categoryListStub, "returns the list of categories");
deepEqual(controller.get("categories"), categoryListStub, "returns the list of categories");
});
test("toggleMobleView", function() {