fix hash style

This commit is contained in:
Michael Ball 2021-04-17 17:33:59 -07:00
parent f012201d3c
commit 59f534a010

View file

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