From c324434db36f623510083ea35b41e5deed3df2e4 Mon Sep 17 00:00:00 2001 From: Ron Holshausen Date: Mon, 2 May 2016 11:45:11 +1000 Subject: [PATCH] updated readme --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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