]> nos-oignons.net Git - gestion-adh.git/blob - features/step_definitions/commands.rb
Next step in pre-commit hook implementation
[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