features/push.feature in prodder-1.7.4 vs features/push.feature in prodder-1.7.5
- old
+ new
@@ -14,10 +14,10 @@
Scenario: Push fails due to permissions
Given the "blog" git repository does not allow pushing to it
When I run `prodder push -c prodder.yml`
Then the exit status should be 1
- And the output should contain "insufficient permission"
+ And the output should contain "remote rejected"
Scenario: Push fails due to non-fast-forward
Given a new commit is already in the "blog" git repository
When I run `prodder push -c prodder.yml`
Then the exit status should be 1