diff --git a/features/step_definitions/repository_steps.rb b/features/step_definitions/repository_steps.rb index aae714e..b7aa2b9 100644 --- a/features/step_definitions/repository_steps.rb +++ b/features/step_definitions/repository_steps.rb @@ -59,6 +59,7 @@ end Given(/^I wait up for a ready processing$/) do while !@repository.has_ready_processing + expect(@repository.last_processing_state).to_not eq "ERROR" sleep(10) end end -- libgit2 0.21.2