X-Git-Url: https://nos-oignons.net/gitweb/gestion-adh.git/blobdiff_plain/b9f2243b2fe5fab0851cd58092630179556e7910..ca6d8508a37e5540877066876a2714a6d0afe799:/features/support/fixtures.rb diff --git a/features/support/fixtures.rb b/features/support/fixtures.rb index 3c74f4b..723f351 100644 --- a/features/support/fixtures.rb +++ b/features/support/fixtures.rb @@ -86,7 +86,7 @@ def member_filename_for_id(id) end def render_member_file(locals) - ERB.new(MEMBER_FILE_TEMPLATE, nil, '-').result(OpenStruct.new(locals).instance_eval { binding }) + ERB.new(MEMBER_FILE_TEMPLATE, trim_mode: '-').result(OpenStruct.new(locals).instance_eval { binding }) end def new_id