add mailer test

This commit is contained in:
clemkeirua 2019-10-21 17:38:45 +02:00
parent 87741f4b49
commit ad785278af
2 changed files with 18 additions and 0 deletions

View file

@ -37,6 +37,10 @@ class InstructeurMailerPreview < ActionMailer::Preview
InstructeurMailer.send_notifications(instructeur, data)
end
def notify_procedure_export_available
InstructeurMailer.notify_procedure_export_available(instructeur, procedure, 'xlsx')
end
private
def instructeur