X-Git-Url: https://nos-oignons.net/gitweb/gestion-adh.git/blobdiff_plain/02ebfb9b4cb16eb20e2e66e7654bd63d65158b1d..1f64529f4e2b7029fb21541f84711409fd5fc7f9:/features/step_definitions/commands.rb?ds=sidebyside diff --git a/features/step_definitions/commands.rb b/features/step_definitions/commands.rb index 1788c39..c9b6f8d 100644 --- a/features/step_definitions/commands.rb +++ b/features/step_definitions/commands.rb @@ -29,6 +29,10 @@ When /^j'exécute send\-member\-emails\-to\-advisors$/ do NosOignons.send_member_emails_to_advisors! end +When /^j'exécute `(create\-membership\-fee\-reciept.*)`$/ do |cmd| + run_simple cmd, false +end + Then /^je ne dois pas avoir eu d'erreur$/ do assert_exit_status(0) end