mirror of
https://github.com/discourse/discourse.git
synced 2025-05-29 11:48:08 +08:00
Ember support for parent categories
This commit is contained in:
@ -10,4 +10,5 @@ test('slugFor', function(){
|
||||
slugFor({id: 123, slug: ''}, "123-category", "It returns id-category for empty strings");
|
||||
slugFor({id: 456}, "456-category", "It returns id-category for undefined slugs");
|
||||
|
||||
});
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user