X-Git-Url: https://nos-oignons.net/gitweb/gestion-adh.git/blobdiff_plain/635887918e9c4b5c8278e4a45958420175a4024a..febcaa4d9fbe691c63473c2129788c0dbbe5cce0:/features/support/env.rb diff --git a/features/support/env.rb b/features/support/env.rb index 936dc53..afaec33 100644 --- a/features/support/env.rb +++ b/features/support/env.rb @@ -9,8 +9,11 @@ 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] + @aruba_io_wait_seconds = 0.5 end After do