spec/views/pugin/components/_status.html.haml_spec.rb in pugin-0.6.2 vs spec/views/pugin/components/_status.html.haml_spec.rb in pugin-0.6.3
- old
+ new
@@ -48,21 +48,20 @@
end
end
it 'renders a message that shows a link to register to vote' do
render partial: 'pugin/components/status', locals: { status: nil }
- p FlagHelper.dissolution?
expect(response).to eq(
<<DATA
<div class='highlight--status highlight--default'>
<div class='container'>
<p>
This is a test website, so may be inaccurate.
<a href='https://ukparliament-self.achieveservice.com/AchieveForms/?form_uri=sandbox://AF-Form-337e2b87-4c8b-40f7-bb72-a80f15284b21&amp;category=AF-Category-108691b0-e15c-46d7-9d16-7ad0d35cdb2a&amp;isPublished=false' target='_blank' title='website opens in a new window'>Give feedback</a>
to help improve it.
<a href='https://www.gov.uk/register-to-vote'>Register to vote</a>
-in the General Election by 22 May.
+in the general election by 22 May.
</p>
</div>
</div>
DATA
)
@@ -91,10 +90,12 @@
<div class='container'>
<p>
This is a test website, so may be inaccurate.
<a href='https://ukparliament-self.achieveservice.com/AchieveForms/?form_uri=sandbox://AF-Form-337e2b87-4c8b-40f7-bb72-a80f15284b21&amp;category=AF-Category-108691b0-e15c-46d7-9d16-7ad0d35cdb2a&amp;isPublished=false' target='_blank' title='website opens in a new window'>Give feedback</a>
to help improve it.
-Remember to vote in the general election on 8th June.
+Find out
+<a href='http://www.parliament.uk/get-involved/elections/voting/' target='_blank' title='website opens in a new window'>how to vote</a>
+in the general election on 8 June.
</p>
</div>
</div>
DATA
)