From 8af18b5f5fe420da2a34a6e3423e936e95547f93 Mon Sep 17 00:00:00 2001 From: buildmaster Date: Fri, 3 Feb 2017 06:37:26 +0000 Subject: [PATCH] Sync docs from 1.0.x to gh-pages --- 1.0.x/spring-cloud-contract.html | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/1.0.x/spring-cloud-contract.html b/1.0.x/spring-cloud-contract.html index 7a33fc742b..70d21e1f49 100644 --- a/1.0.x/spring-cloud-contract.html +++ b/1.0.x/spring-cloud-contract.html @@ -1877,7 +1877,11 @@ It’s really important that you understand the map notation to set up contr
-
Unresolved directive in verifier/introduction.adoc - include::https://raw.githubusercontent.com/spring-cloud/spring-cloud-contract/1.0.x/samples/standalone/dsl/http-client/src/test/java/com/example/loan/LoanApplicationServiceTests.java[tags=autoconfigure_stubrunner,indent=0]
+
@RunWith(SpringRunner.class)
+@SpringBootTest(webEnvironment=WebEnvironment.NONE)
+@AutoConfigureStubRunner(ids = {"com.example:http-server-dsl:+:stubs:6565"}, workOffline = true)
+@DirtiesContext
+public class LoanApplicationServiceTests {
@@ -7531,7 +7535,7 @@ common jar classes will be visible in your Groovy files.

Gradle
-
Unresolved directive in verifier/contract.adoc - include::https://raw.githubusercontent.com/spring-cloud-samples/spring-cloud-contract-samples/1.0.x/producer/build.gradle[tags=test_dep,indent=0]
+
testCompile("com.example:beer-common:0.0.1-SNAPSHOT")