Closed obviam closed 7 years ago
Oops. Thanks. The dangers of not having proper CI for the sample that needs Ruby… This should have been changed as part of https://github.com/spring-projects/spring-restdocs/commit/cbd96f301d87078b01c6852723bf0861bdfbca11
When running the test in the Slate sample project, some tests are failing.
ApiDocumentation.indexExample()
for example is failing withIt happens when validating the responseFields
responseFields(fieldWithPath("_links").description("Links to other resources"))
Using
subsectionWithPath
instead offieldWithPath
fixes the test.Affected tests:
indexExample()
notesListExample()
noteGetExample()
tagsListExample()
tagGetExample()
in the
ApiDocumentation.java
rest-notes-slate project.