From 632753efb21e1dbd8f4f83bb80d0bb80a5f45eae Mon Sep 17 00:00:00 2001 From: Marcin Grzejszczak Date: Wed, 27 Apr 2016 22:56:36 +0200 Subject: [PATCH] Updated docs --- docs/src/docs/asciidoc/stubrunner.adoc | 2 +- stub-runner/stub-runner-junit/README.adoc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/src/docs/asciidoc/stubrunner.adoc b/docs/src/docs/asciidoc/stubrunner.adoc index 6c21f1a464..d36d427e5a 100644 --- a/docs/src/docs/asciidoc/stubrunner.adoc +++ b/docs/src/docs/asciidoc/stubrunner.adoc @@ -58,7 +58,7 @@ Some of the properties that are repetitive can be set using system properties or |stubrunner.stubs|| Comma separated list of Ivy notation of stubs to download| |====================== -===== Stub runner stubs ids +==== Stub runner stubs ids You can provide the stubs to download via the `stubrunner.stubs.ids` system property. They follow the following pattern: diff --git a/stub-runner/stub-runner-junit/README.adoc b/stub-runner/stub-runner-junit/README.adoc index a4e3d5636d..4b96939426 100644 --- a/stub-runner/stub-runner-junit/README.adoc +++ b/stub-runner/stub-runner-junit/README.adoc @@ -12,7 +12,7 @@ After that rule gets executed Stub Runner connects to your Maven repository and - download them - cache them locally - unzip them to a temporary folder -- start a WireMock server for each Maven dependency on a random port from the provided range of ports +- start a WireMock server for each Maven dependency on a random port from the provided range of ports / provided port - feed the WireMock server with all JSON files that are valid WireMock definitions Stub Runner uses http://docs.groovy-lang.org/latest/html/documentation/grape.html[Groovy's Grape] mechanism to download the Maven dependencies.