]> nos-oignons.net Git - gestion-adh.git/blobdiff - features/update-ag-subscribers.feature
Switch to Mailman 3 REST API for “ag” subscriptions
[gestion-adh.git] / features / update-ag-subscribers.feature
index 4ee9725232d2145d032ef8e22db0b191cd0a7cd3..86f74c103bdab9bbb1cc167647ee2af3d8506ac9 100644 (file)
@@ -17,12 +17,7 @@ Fonctionnalité: mettre à jour les emails inscrites à la liste ag@
     Et avec Jane, à jour de cotisation
     Et avec Fatima, à jour de cotisation
     Lorsque j'exécute update-ag-subscribers
-    Alors la liste ag@ doit avoir comme emails inscrits:
-      """
-      pierre@example.org
-      jane@example.org
-      fatima@example.org
-      """
+    Alors la liste ag@ ne doit pas avoir reçu d’inscription
 
   Scénario: Nouvelle adhésion
     Soit une liste ag@ avec comme emails inscrits:
@@ -36,13 +31,7 @@ Fonctionnalité: mettre à jour les emails inscrites à la liste ag@
     Et avec Fatima, à jour de cotisation
     Et une nouvelle adhésion de Sean
     Lorsque j'exécute update-ag-subscribers
-    Alors la liste ag@ doit avoir comme emails inscrits:
-      """
-      pierre@example.org
-      jane@example.org
-      fatima@example.org
-      sean@example.org
-      """
+    Alors la liste ag@ doit avoir reçu l’inscription de "sean@example.org"
 
   Scénario: Non renouvellement de la cotisation
     Soit une liste ag@ avec comme emails inscrits:
@@ -55,11 +44,7 @@ Fonctionnalité: mettre à jour les emails inscrites à la liste ag@
     Et avec Jane qui n'a pas payé sa cotisation cette année
     Et avec Fatima, à jour de cotisation
     Lorsque j'exécute update-ag-subscribers
-    Alors la liste ag@ doit avoir comme emails inscrits:
-      """
-      pierre@example.org
-      fatima@example.org
-      """
+    Alors la liste ag@ doit avoir reçu la désinscription de "jane@example.org"
 
   Scénario: Un ajout et une suppression
     Soit une liste ag@ avec comme emails inscrits:
@@ -71,8 +56,5 @@ Fonctionnalité: mettre à jour les emails inscrites à la liste ag@
     Et avec Jane qui n'a pas payé sa cotisation cette année
     Et une nouvelle adhésion de Sean
     Lorsque j'exécute update-ag-subscribers
-    Alors la liste ag@ doit avoir comme emails inscrits:
-      """
-      pierre@example.org
-      sean@example.org
-      """
+    Alors la liste ag@ doit avoir reçu l’inscription de "sean@example.org"
+    Et la liste ag@ doit avoir reçu la désinscription de "jane@example.org"