projects
/
gestion-adh.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Add some documentation
[gestion-adh.git]
/
features
/
step_definitions
/
commands.rb
diff --git
a/features/step_definitions/commands.rb
b/features/step_definitions/commands.rb
index ce9c5daa6c89e7756a69ea90fac3f7c29bc9e565..54bc747ed69826d35fae7a1b23bc5d8cc4658665 100644
(file)
--- a/
features/step_definitions/commands.rb
+++ b/
features/step_definitions/commands.rb
@@
-10,8
+10,8
@@
Then /^je dois voir comme erreur "(.*?)"$/ do |expected|
assert_failing_with(expected)
end
-Then /^la sortie doit
-
être vide$/ do
- expect(all_output).to be_empty
+Then /^la sortie doit
être vide$/ do
+ assert_exact_output('', all_stdout)
end
Then /^la sortie doit être:$/ do |expected|