X-Git-Url: https://nos-oignons.net/gitweb/gestion-adh.git/blobdiff_plain/a9210121343f6bcb52154a2ca3cf2cff234e8857..a0cdfa366e3688112df52d1865ebac2b631776fe:/features/step_definitions/git.rb diff --git a/features/step_definitions/git.rb b/features/step_definitions/git.rb index 3ea8a8b..3c0e145 100644 --- a/features/step_definitions/git.rb +++ b/features/step_definitions/git.rb @@ -54,7 +54,7 @@ When /je fais un `commit` du nouveau fichier$/ do run_simple "git commit #{@file} -m 'new file'", false # do not fail on error end -When /^que je pousse la modification$/ do +When /je pousse la modification$/ do run_simple "git add #{@file}" run_simple "git commit #{@file} -m 'new file'" run_simple 'git push origin master', false # do not fail on error