scenario "Index shows 3 tags with no plus link" do
    tag_list = ["Medio Ambiente", "CorrupciĆ³n", "Fiestas populares"]
    create(:proposal, tag_list: tag_list)

    visit proposals_path