projects
/
gestion-adh.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Implement pre-receive hook
[gestion-adh.git]
/
features
/
step_definitions
/
commands.rb
1
Then /^je ne dois pas avoir eu d'erreur$/ do
2
assert_exit_status(0)
3
end
4
5
Then /^je dois voir comme erreur "(.*?)"$/ do |expected|
6
assert_failing_with(expected)
7
end