projects
/
gestion-adh.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Refactor in modules and classes
[gestion-adh.git]
/
features
/
support
/
env.rb
diff --git
a/features/support/env.rb
b/features/support/env.rb
index e647e2f1cad74bbf1dfab03a69b55059e80162cd..afaec3321dc3504272dd6f073350a21790616e4d 100644
(file)
--- a/
features/support/env.rb
+++ b/
features/support/env.rb
@@
-13,6
+13,7
@@
Before do
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