Updated docs
This commit is contained in:
@@ -595,7 +595,7 @@ In order for Stub Runner to know how to run your stubs you have to define a cust
|
||||
|
||||
[source,groovy]
|
||||
----
|
||||
include::{converters_path}/spring-cloud-contract-stub-runner-moco/test/groovy/org/springframework/cloud/contract/stubrunner/provider/moco/MocoHttpServerStub.groovy[indent=0,lines=16..-1]
|
||||
include::{tests_path}/spring-cloud-contract-stub-runner-moco/src/test/groovy/org/springframework/cloud/contract/stubrunner/provider/moco/MocoHttpServerStub.groovy[indent=0,lines=16..-1]
|
||||
----
|
||||
|
||||
and just register it in your `spring.factories` file
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
:stubrunner_core_path: {core_path}/spring-cloud-contract-stub-runner
|
||||
:standalone_samples_path: {samples_path}/standalone/dsl
|
||||
:standalone_messaging_samples_path: {samples_path}/standalone/messaging
|
||||
:tests_path: ../../../../../tests
|
||||
:tests_path: {core_path}/tests
|
||||
:samples_url: https://raw.githubusercontent.com/spring-cloud-samples/spring-cloud-contract-samples/master
|
||||
|
||||
include::introduction.adoc[]
|
||||
|
||||
Reference in New Issue
Block a user