summaryrefslogtreecommitdiff
path: root/web-ui/test/spec/mail_list/ui/mail_items
diff options
context:
space:
mode:
authorAlexandre Pretto Nunes <anunes@thoughtworks.com>2015-01-12 16:49:07 -0200
committerAlexandre Pretto Nunes <anunes@thoughtworks.com>2015-01-12 20:08:15 -0200
commitcd741c3cb6a9c64ad30257240565be884e9084ae (patch)
tree7c8a2ef6b4696af192ac0d4f4a3472de68170c92 /web-ui/test/spec/mail_list/ui/mail_items
parenteedb11f19463b10699fef0061bba12a8300f9187 (diff)
#153 Move duplicated funcion render to just mail_item.js
Diffstat (limited to 'web-ui/test/spec/mail_list/ui/mail_items')
-rw-r--r--web-ui/test/spec/mail_list/ui/mail_items/generic_mail_item.spec.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/web-ui/test/spec/mail_list/ui/mail_items/generic_mail_item.spec.js b/web-ui/test/spec/mail_list/ui/mail_items/generic_mail_item.spec.js
index 3541506c..88735302 100644
--- a/web-ui/test/spec/mail_list/ui/mail_items/generic_mail_item.spec.js
+++ b/web-ui/test/spec/mail_list/ui/mail_items/generic_mail_item.spec.js
@@ -11,7 +11,8 @@ describeComponent('mail_list/ui/mail_items/generic_mail_item', function () {
this.setupComponent('<li></li>', {
mail: mail,
selected: false,
- tag: 'inbox'
+ tag: 'inbox',
+ templateType: 'single'
});
});