describeComponent('tags/ui/tag_list', function () { 'use strict'; var tagsShortcutsContainer; var tag = function (name, ident, def) { def = def || false; return {name: name, counts: {read: 0, total: 0, replied: 0, starred: 0}, ident: ident, default: def}; }; describe('post initialization', function () { beforeEach(function () { setupComponent(); tagsShortcutsContainer = $('