From 72bf8ce8f7f021c06fc30fa27ea746318b56ac8c Mon Sep 17 00:00:00 2001 From: buildmaster Date: Wed, 9 Nov 2016 17:05:35 +0000 Subject: [PATCH] Sync docs from master to gh-pages --- spring-cloud-contract.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/spring-cloud-contract.html b/spring-cloud-contract.html index 9ad79ed1f6..488d4d2a6a 100644 --- a/spring-cloud-contract.html +++ b/spring-cloud-contract.html @@ -1427,8 +1427,9 @@ It’s really important that you understand the map notation to set up contr
@RunWith(SpringRunner.class)
-@SpringBootTest
+@SpringBootTest(webEnvironment=WebEnvironment.NONE)
 @AutoConfigureStubRunner(ids = {"com.example:http-server-dsl:+:stubs:8080"}, workOffline = true)
+@DirtiesContext
 public class LoanApplicationServiceTests {