diff --git a/README.md b/README.md index 62c2b89..4e7a5b0 100644 --- a/README.md +++ b/README.md @@ -672,11 +672,13 @@ spec/pacts/our_consumer-our_provider.json: } ``` -## Step 9+10 - Verify the provider with the missing/invalid date query parameter +## Step 9 - Verify the provider with the missing/invalid date query parameter Let us run this updated pact file with our provider. We get a lot of errors because our provider fails with a 500 status and an HTML error page. Time to update the provider to handle these cases. +## Step 10 - Updated the provider to handle the missing/invalid query parameters + lib/provider.rb: ```ruby