Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Ron Holshausen authored and Ron Holshausen committed May 2, 2016
1 parent 15d827c commit c324434
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Expand Up @@ -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
Expand Down

0 comments on commit c324434

Please sign in to comment.