Removed XML entry

will readd it once it has been fixed

fixes #67
This commit is contained in:
Marcin Grzejszczak
2016-08-30 11:06:04 +02:00
parent bfc2172d66
commit 8dde9f333b
2 changed files with 7 additions and 7 deletions

View File

@@ -83,12 +83,12 @@ include::{verifier_core_path}/src/test/groovy/org/springframework/cloud/contract
include::{verifier_core_path}/src/test/groovy/org/springframework/cloud/contract/verifier/builder/ContractHttpDocsSpec.groovy[tags=body,indent=0]
----
**Body's format** can also be specified explicitly by invoking one of format functions.
[source,groovy,indent=0]
----
include::{verifier_core_path}/src/test/groovy/org/springframework/cloud/contract/verifier/builder/ContractHttpDocsSpec.groovy[tags=bodyAsXml,indent=0]
----
//**Body's format** can also be specified explicitly by invoking one of format functions.
//
//[source,groovy,indent=0]
//----
//include::{verifier_core_path}/src/test/groovy/org/springframework/cloud/contract/verifier/builder/ContractHttpDocsSpec.groovy[tags=bodyAsXml,indent=0]
//----
==== Response

View File

@@ -157,7 +157,7 @@ class ContractHttpDocsSpec extends Specification {
request {
//...
// JSON and XML formats of request body are supported.
// Currently only JSON format of request body is supported.
// Format will be determined from a header or body's content.
body '''{ "login" : "john", "name": "John The Contract" }'''
}