Delinting

This commit is contained in:
Michael Ball 2021-04-17 17:29:58 -07:00
parent 5a3012f0b7
commit 4c056f208e
2 changed files with 8 additions and 8 deletions

View file

@ -135,9 +135,9 @@ 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': '',
'eventtitle': 'Talk about talks',
'proposalslink': 'http://localhost:3000/conferences/goto/program/proposals',
'committee_review': '',
'committee_review_html': ''
}
expected_hash.merge!(event_hash)