X-Git-Url: https://nos-oignons.net/gitweb/gestion-adh.git/blobdiff_plain/febcaa4d9fbe691c63473c2129788c0dbbe5cce0..4a99ae87e0f7fdd07d8820a724fbed1d8b2b5f36:/features/step_definitions/commands.rb diff --git a/features/step_definitions/commands.rb b/features/step_definitions/commands.rb index 54bc747..685aa15 100644 --- a/features/step_definitions/commands.rb +++ b/features/step_definitions/commands.rb @@ -1,7 +1,13 @@ +#-*- coding: utf-8 -*- + When /^j'exécute list\-emails$/ do run_simple 'list-emails' end +When /^j'exécute update-ag-subscribers$/ do + run_simple 'update-ag-subscribers' +end + Then /^je ne dois pas avoir eu d'erreur$/ do assert_exit_status(0) end