Add comiittee_review(_html) options to email spec
This commit is contained in:
parent
a88402642c
commit
5a3012f0b7
1 changed files with 6 additions and 1 deletions
|
|
@ -134,7 +134,12 @@ describe EmailSettings do
|
||||||
|
|
||||||
context 'conference has event' do
|
context 'conference has event' do
|
||||||
before 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)
|
expected_hash.merge!(event_hash)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue