X-Git-Url: https://www.nos-oignons.net/gitweb/gestion-adh.git/blobdiff_plain/40d3fea530f06817fe90df0a0f7bb3ccd38686e1..9cb7fa95bef77a6d1e0888f741c76adc865f1b17:/features/step_definitions/commands.rb?ds=inline diff --git a/features/step_definitions/commands.rb b/features/step_definitions/commands.rb index c9b6f8d..cde2215 100644 --- a/features/step_definitions/commands.rb +++ b/features/step_definitions/commands.rb @@ -29,7 +29,7 @@ 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| +When /^j'exécute `(create\-membership\-fee\-receipt.*)`$/ do |cmd| run_simple cmd, false end