fixes admin poll question show spec

This commit is contained in:
rgarcia
2016-11-18 20:30:26 +01:00
parent 004ed296bc
commit e21eb9d02c

View File

@@ -26,7 +26,7 @@ feature 'Admin enquiries' do
expect(page).to have_content(question.description)
expect(page).to have_content(question.summary)
expect(page).to have_content(question.author.name)
expect(page).to have_content(question.valid_answers.join(", "))
expect(page).to have_content(question.valid_answers.join(" "))
expect(page).to have_content(geozone.name)
end