@Then("^El restaurante al que he votado tiene un voto asociado$")
 public void el_restaurante_al_que_he_votado_incrementa_en_uno_su_contador_de_votos()
     throws Throwable {
   votarRestauranteSemanal.verifyVote();
 }