scenario 'Index' do
    3.times { create(:comment, commentable: poll) }

    visit poll_path(poll)