From 59311292ba02daf8ec668559cb5dbce500cfc463 Mon Sep 17 00:00:00 2001 From: Johnny Lim Date: Thu, 29 Jun 2017 09:25:38 +0900 Subject: [PATCH] Correct the documentation generated by the JUnit 5 sample Closes gh-408 --- samples/junit5/src/docs/asciidoc/index.adoc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/samples/junit5/src/docs/asciidoc/index.adoc b/samples/junit5/src/docs/asciidoc/index.adoc index ea8b47e4..68e690a9 100644 --- a/samples/junit5/src/docs/asciidoc/index.adoc +++ b/samples/junit5/src/docs/asciidoc/index.adoc @@ -1,12 +1,12 @@ -= Spring REST Docs TestNG Sample += Spring REST Docs JUnit 5 Sample Andy Wilkinson; :doctype: book :icons: font :source-highlighter: highlightjs -Sample application demonstrating how to use Spring REST Docs with TestNG. +Sample application demonstrating how to use Spring REST Docs with JUnit 5. -`SampleTestNgApplicationTests` makes a call to a very simple service and produces three +`SampleJUnit5ApplicationTests` makes a call to a very simple service and produces three documentation snippets. One showing how to make a request using cURL: @@ -19,4 +19,4 @@ include::{snippets}/sample/http-request.adoc[] And one showing the HTTP response: -include::{snippets}/sample/http-response.adoc[] \ No newline at end of file +include::{snippets}/sample/http-response.adoc[]