fixes failing spec

This commit is contained in:
kikito
2017-01-30 12:58:02 +01:00
parent c1345a1f7d
commit 01039c00e3

View File

@@ -11,7 +11,7 @@ feature 'Polls' do
polls.each do |poll| polls.each do |poll|
expect(page).to have_content(poll.name) expect(page).to have_content(poll.name)
expect(page).to have_link("Participate in this poll") expect(page).to have_link("View details about this poll")
end end
end end