We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 612863c commit 9d58b13Copy full SHA for 9d58b13
pact/pact-feign-consumer/README.md
@@ -7,7 +7,7 @@ Read the [companion blog article](https://reflectoring.io/consumer-driven-contra
7
8
* have a look at the [contract](src/test/resources/contracts)
9
* have a look at the [feign client](src/main/java/io/reflectoring/UserClient.java)
10
-* have a look at the [consumer test]/src/test/java/io/reflectoring/UserClientTest.java)
+* have a look at the [consumer test](src/test/java/io/reflectoring/UserClientTest.java)
11
* run `./gradlew publishToMavenLocal` in the [producer project](../spring-cloud-contract-provider)
12
to create a provider stubs
13
* run `./gradlew build` in this project to verify the feign client against the stub
0 commit comments