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
|
context 'conference has event' do
|
||||||
before do
|
before do
|
||||||
event_hash = {
|
event_hash = {
|
||||||
'eventtitle': 'Talk about talks',
|
'eventtitle' => 'Talk about talks',
|
||||||
'proposalslink': 'http://localhost:3000/conferences/goto/program/proposals',
|
'proposalslink' => 'http://localhost:3000/conferences/goto/program/proposals',
|
||||||
'committee_review': '',
|
'committee_review' => nil,
|
||||||
'committee_review_html': ''
|
'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