Fix WireMockRestDocs javadoc (#442)

This commit is contained in:
Eddú Meléndez Gonzales
2017-10-22 07:20:54 -05:00
committed by Marcin Grzejszczak
parent 143acc4ae2
commit a90ec81258

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>
*