Fixes specs

This commit is contained in:
Alberto Garcia Cabeza
2016-09-14 11:41:29 +02:00
parent db6f82fa4c
commit 30c11c9e22

View File

@@ -50,7 +50,7 @@ feature 'Proposal ballots' do
successfull_proposals.each do |proposal|
expect(page).to have_content(proposal.title)
expect(page).to have_content(proposal.question)
expect(page).to have_content(proposal.author_id)
end
end