X-Git-Url: https://nos-oignons.net/gitweb/gestion-adh.git/blobdiff_plain/9abd734720ddad01338b0556ed6210bac5c5b145..3c3bdeb999422fad55b69c2de576afdfabd2ffd8:/features/step_definitions/commands.rb diff --git a/features/step_definitions/commands.rb b/features/step_definitions/commands.rb index 26886e6..221523a 100644 --- a/features/step_definitions/commands.rb +++ b/features/step_definitions/commands.rb @@ -21,6 +21,10 @@ When /^j'exécute update-ag-subscribers$/ do run_simple 'update-ag-subscribers' end +When /^(?:que )?j'exécute send-membership-reminders$/ do + NosOignons.send_membership_reminders! +end + Then /^je ne dois pas avoir eu d'erreur$/ do assert_exit_status(0) end