Deletes author_id on specs

This commit is contained in:
Alberto Garcia Cabeza
2016-09-14 12:20:22 +02:00
parent 30c11c9e22
commit 89340d4647

View File

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