updates text on specs

This commit is contained in:
Alberto Garcia Cabeza
2017-02-01 17:43:56 +01:00
parent d676c84605
commit 006cd87188

View File

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