add mailer test
This commit is contained in:
parent
87741f4b49
commit
ad785278af
2 changed files with 18 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue