X-Git-Url: https://nos-oignons.net/gitweb/gestion-adh.git/blobdiff_plain/4c730203fde2eb1d6fdcbe11542c6730d11124ae..9abd734720ddad01338b0556ed6210bac5c5b145:/features/list-emails.feature?ds=sidebyside diff --git a/features/list-emails.feature b/features/list-emails.feature index 161600f..ebcf76f 100644 --- a/features/list-emails.feature +++ b/features/list-emails.feature @@ -45,3 +45,34 @@ Fonctionnalité: obtenir les emails des membres à jour de cotisations jane@example.org fatima@example.org """ + + Plan du scénario: Renouvellement de la cotisation + Soit une base avec Pierre qui a adhéré le et payé sa dernière cotisation le + Lorsque j'exécute list-emails le + Alors la sortie doit être "" + + Exemples: + | adhésion | cotisation | maintenant | sortie | + | 2012-01-01 | 2012-01-01 | 2012-01-01 | pierre@example.org | + | 2012-01-01 | 2012-01-01 | 2012-12-31 | pierre@example.org | + | 2012-01-01 | 2012-01-01 | 2013-01-01 | pierre@example.org | + | 2012-01-01 | 2012-01-01 | 2013-01-02 | | + | 2012-01-01 | 2012-01-01 | 2013-02-01 | | + | 2012-06-01 | 2012-06-01 | 2013-01-01 | pierre@example.org | + | 2012-06-01 | 2012-06-01 | 2013-06-01 | pierre@example.org | + | 2012-06-01 | 2012-06-01 | 2013-06-02 | | + | 2012-06-01 | 2012-06-01 | 2014-01-01 | | + | 2012-02-29 | 2012-02-29 | 2013-02-01 | pierre@example.org | + | 2012-02-29 | 2012-02-29 | 2013-03-01 | pierre@example.org | + | 2012-02-29 | 2012-02-29 | 2013-03-02 | | + | 2012-02-29 | 2012-02-29 | 2013-12-31 | | + | 2012-12-15 | 2012-12-15 | 2013-01-01 | pierre@example.org | + | 2012-12-15 | 2012-12-15 | 2012-06-01 | pierre@example.org | + | 2012-12-15 | 2012-12-15 | 2013-12-15 | pierre@example.org | + | 2012-12-15 | 2012-12-15 | 2013-12-16 | | + | 2012-12-15 | 2012-12-15 | 2013-12-31 | | + | 2012-12-15 | 2013-12-01 | 2013-12-01 | pierre@example.org | + | 2012-12-15 | 2013-12-01 | 2013-12-15 | pierre@example.org | + | 2012-12-15 | 2013-12-01 | 2014-01-01 | pierre@example.org | + | 2012-12-15 | 2013-12-01 | 2014-12-16 | | + | 2012-12-15 | 2013-12-01 | 2014-12-31 | |