Updated docs

This commit is contained in:
Marcin Grzejszczak
2016-12-07 13:59:03 +01:00
parent ff4297dc0b
commit eabb0f6724
10 changed files with 34 additions and 5 deletions

View File

@@ -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

View 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[]