Sync docs from master to gh-pages

This commit is contained in:
Marcin Grzejszczak
2016-08-03 07:01:58 -07:00
parent dd633d61d7
commit 01470f5a9d
8 changed files with 24 additions and 23 deletions

View File

@@ -5159,7 +5159,8 @@ public class WiremockForDocsMockServerApplicationTests {
public void contextLoads() throws Exception {
// will read stubs classpath
MockRestServiceServer server = WireMockRestServiceServer.with(this.restTemplate)
.baseUrl("http://example.org").stubs("classpath:/stubs/resource.json");
.baseUrl("http://example.org").stubs("classpath:/stubs/resource.json")
.build();
// We're asserting if WireMock responded properly
assertThat(this.service.go()).isEqualTo("Hello World");
server.verify();
@@ -5340,7 +5341,7 @@ number of different ways, including as described above using
</div>
<div id="footer">
<div id="footer-text">
Last updated 2016-07-26 11:46:15 CEST
Last updated 2016-07-28 02:30:49 PDT
</div>
</div>
</body>