implement manual event management and support for multiple speakers per event
This commit is contained in:
parent
46a6a59622
commit
790e2fd3a2
24 changed files with 180 additions and 89 deletions
|
|
@ -8,8 +8,7 @@ describe Mailbot do
|
|||
before { conference.contact.update_attributes(email: 'conf@domain.com') }
|
||||
|
||||
context 'onboarding and proposal' do
|
||||
let(:event_user) { create(:submitter, user: user) }
|
||||
let(:event) { create(:event, program: conference.program, event_users: [event_user]) }
|
||||
let(:event) { create(:event, program: conference.program, submitter: user) }
|
||||
|
||||
shared_examples 'mailer actions' do
|
||||
it 'assigns the email subject' do
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue