Add comiittee_review(_html) options to email spec

This commit is contained in:
Michael Ball 2021-04-17 17:08:16 -07:00
parent a88402642c
commit 5a3012f0b7

View file

@ -134,7 +134,12 @@ describe EmailSettings do
context 'conference has event' do
before do
event_hash = { 'eventtitle' => 'Talk about talks', 'proposalslink' => 'http://localhost:3000/conferences/goto/program/proposals' }
event_hash = {
'eventtitle': 'Talk about talks',
'proposalslink': 'http://localhost:3000/conferences/goto/program/proposals',
'committee_review': '',
'committee_review_html': ''
}
expected_hash.merge!(event_hash)
end