X-Git-Url: https://nos-oignons.net/gitweb/gestion-adh.git/blobdiff_plain/5609c60f9b3b2d82d629c8d13f676ff167920df6..8bbb07a1bc5db944ba95fa5951ed40c3c1b968aa:/features/support/env.rb diff --git a/features/support/env.rb b/features/support/env.rb index 936dc53..e647e2f 100644 --- a/features/support/env.rb +++ b/features/support/env.rb @@ -9,6 +9,8 @@ require 'safe_yaml' SafeYAML::OPTIONS[:default_mode] = :safe Before do + ENV['GIT_COMMITTER_NAME'] = ENV['GIT_AUTHOR_NAME'] = 'J. Test' + ENV['GIT_COMMITTER_EMAIL'] = ENV['GIT_AUTHOR_EMAIL'] = 'test@example.org' @tmpdir = Dir.mktmpdir('gestion-adh') @dirs = [@tmpdir] end