Merge branch '1.2.x'

This commit is contained in:
Andy Wilkinson
2017-10-23 15:48:32 +01:00
3 changed files with 3 additions and 3 deletions

View File

@@ -55,7 +55,7 @@ public class Payload {
subsectionWithPath("contact").description("The user's contact details")))) // <1>
.when().get("/user/5")
.then().assertThat().statusCode(is(200));
// end::response[]
// end::subsection[]
}
public void explicitType() throws Exception {