X-Git-Url: https://nos-oignons.net/gitweb/gestion-adh.git/blobdiff_plain/01f97846a9919f81d6af6fdd76bdac0fc14572a4..56d63dc536c09e07e7de107a76500ecc92cf7cb7:/features/support/env.rb diff --git a/features/support/env.rb b/features/support/env.rb index ae8c5c3..4893603 100644 --- a/features/support/env.rb +++ b/features/support/env.rb @@ -45,6 +45,7 @@ Before do NosOignons::ReminderDb.instance.reload! ENV['NOS_OIGNONS_RECEIPTS_DIR'] = expand_path('receipts') FileUtils.mkdir(ENV['NOS_OIGNONS_RECEIPTS_DIR']) + ENV['NOS_OIGNONS_MAILMAN_REST_API_URL'] = 'https://mailman_rest_user:mailman_rest_pass@mailman.example.org' Mail.defaults do delivery_method :test end