X-Git-Url: https://nos-oignons.net/gitweb/gestion-adh.git/blobdiff_plain/635887918e9c4b5c8278e4a45958420175a4024a..9ef89e25a8f7758e1a3478d0c455c9254dff9112:/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