Merge branch 'master' into 2.0.x

This commit is contained in:
Marcin Grzejszczak
2017-10-23 12:59:05 +02:00
6 changed files with 6 additions and 6 deletions

View File

@@ -33,7 +33,7 @@ package org.springframework.cloud.contract.wiremock.restdocs;
* public void contextLoads() throws Exception {
* mockMvc.perform(get("/resource"))
* .andExpect(content().string("Hello World"))
* .andDo(verify().contract("resource"));
* .andDo(verify().stub("resource"));
* }
* </pre>
*