fix hash style
This commit is contained in:
parent
f012201d3c
commit
59f534a010
1 changed files with 4 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue