Adapt the mailbot spec to the last changes

This commit is contained in:
Henne Vogelsang 2016-04-22 14:53:10 +02:00
parent 3391d09549
commit 20d908e085
2 changed files with 8 additions and 12 deletions

View file

@ -1,5 +1,4 @@
class Mailbot < ActionMailer::Base
def registration_mail(conference, user)
mail(to: user.email,
from: conference.contact.email,