Skip to content

Commit

Permalink
docs: update link to wildcard spec
Browse files Browse the repository at this point in the history
  • Loading branch information
bethesque authored Jul 1, 2020
1 parent d2579af commit 1f852b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion consumer/groovy/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -486,7 +486,7 @@ withBody {
}
```

For an example, have a look at [WildcardPactSpec](consumer/groovy/src/test/groovy/au/com/dius/pact/consumer/groovy/WildcardPactSpec.groovy).
For an example, have a look at [WildcardPactSpec](/consumer/groovy/src/test/groovy/au/com/dius/pact/consumer/groovy/WildcardPactSpec.groovy).

**NOTE:** The `keyLike` method adds a `*` to the matching path, so the matching definition will be applied to all keys
of the map if there is not a more specific matcher defined for a particular key. Having more than one `keyLike` condition
Expand Down

0 comments on commit 1f852b0

Please sign in to comment.