From c22c47153e5298540f44b09a39c033c681b6bc86 Mon Sep 17 00:00:00 2001 From: Marcin Grzejszczak Date: Wed, 26 Apr 2017 15:06:00 +0200 Subject: [PATCH] Fixed wrong copy paste in the docs fixes #281 --- tests/spring-cloud-contract-stub-runner-amqp/README.adoc | 2 +- tests/spring-cloud-contract-stub-runner-camel/README.adoc | 2 +- .../spring-cloud-contract-stub-runner-integration/README.adoc | 4 ++-- tests/spring-cloud-contract-stub-runner-stream/README.adoc | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/tests/spring-cloud-contract-stub-runner-amqp/README.adoc b/tests/spring-cloud-contract-stub-runner-amqp/README.adoc index 0c8a65d5fa..6023a6cf17 100644 --- a/tests/spring-cloud-contract-stub-runner-amqp/README.adoc +++ b/tests/spring-cloud-contract-stub-runner-amqp/README.adoc @@ -19,7 +19,7 @@ The message is triggered to all matching message listeners. ==== Adding it to the project It's enough to have both Spring AMQP and Spring Cloud Contract Stub Runner on the classpath and set the property `stubrunner.amqp.enabled=true`. -Remember to annotate your test class with `@AutoConfigureMessageVerifier`. +Remember to annotate your test class with `@AutoConfigureStubRunner`. ==== Examples diff --git a/tests/spring-cloud-contract-stub-runner-camel/README.adoc b/tests/spring-cloud-contract-stub-runner-camel/README.adoc index ff075c88e0..e9ca159a08 100644 --- a/tests/spring-cloud-contract-stub-runner-camel/README.adoc +++ b/tests/spring-cloud-contract-stub-runner-camel/README.adoc @@ -10,7 +10,7 @@ routes. ==== Adding it to the project It's enough to have both Apache Camel and Spring Cloud Contract Stub Runner on classpath. -Remember to annotate your test class with `@AutoConfigureMessageVerifier`. +Remember to annotate your test class with `@AutoConfigureStubRunner`. ==== Examples diff --git a/tests/spring-cloud-contract-stub-runner-integration/README.adoc b/tests/spring-cloud-contract-stub-runner-integration/README.adoc index 9bf476811b..c54b262401 100644 --- a/tests/spring-cloud-contract-stub-runner-integration/README.adoc +++ b/tests/spring-cloud-contract-stub-runner-integration/README.adoc @@ -9,8 +9,8 @@ routes. ==== Adding it to the project -It's enough to have both Apache Camel and Spring Cloud Contract Stub Runner on classpath. -Remember to annotate your test class with `@AutoConfigureMessageVerifier`. +It's enough to have both Spring Integration and Spring Cloud Contract Stub Runner on classpath. +Remember to annotate your test class with `@AutoConfigureStubRunner`. ==== Examples diff --git a/tests/spring-cloud-contract-stub-runner-stream/README.adoc b/tests/spring-cloud-contract-stub-runner-stream/README.adoc index 6dc75e8127..a2b45d60fb 100644 --- a/tests/spring-cloud-contract-stub-runner-stream/README.adoc +++ b/tests/spring-cloud-contract-stub-runner-stream/README.adoc @@ -10,8 +10,8 @@ channel name. ==== Adding it to the project -It's enough to have both Apache Camel and Spring Cloud Contract Stub Runner on classpath. -Remember to annotate your test class with `@AutoConfigureMessageVerifier`. +It's enough to have both Spring Cloud Stream and Spring Cloud Contract Stub Runner on classpath. +Remember to annotate your test class with `@AutoConfigureStubRunner`. ==== Examples