Add stream_member_list_entry to template test output.

(imported from commit cfd420f7337e315a5b3f1665fdc09faaadf0bfab)
This commit is contained in:
Steve Howell 2014-02-01 11:17:31 -05:00
parent ac57c3c16b
commit 001d447e0f
1 changed files with 2 additions and 0 deletions

View File

@ -419,6 +419,8 @@ function render(template_name, args) {
_.each(admin_items, function (item) {
assert.equal($(html).find("." + item).length, 1);
});
global.write_test_output("stream_member_list_entry.handlebars", html);
}());
(function stream_sidebar_actions() {