diff --git a/spec/features/admin/poll/questions_spec.rb b/spec/features/admin/poll/questions_spec.rb index ffb128edd..5be3db193 100644 --- a/spec/features/admin/poll/questions_spec.rb +++ b/spec/features/admin/poll/questions_spec.rb @@ -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