Add test for the document link mailing view.

This commit is contained in:
Roberto Rosario
2016-03-21 17:42:24 -04:00
parent 3d970036b2
commit c9010f6b5e
3 changed files with 57 additions and 0 deletions

View File

@@ -21,6 +21,7 @@ from .permissions import (
class MailerApp(MayanAppConfig):
name = 'mailer'
test = True
verbose_name = _('Mailer')
def ready(self):