Fixed the build

This commit is contained in:
Marcin Grzejszczak
2019-08-12 16:57:05 +02:00
parent 740915a45e
commit aa48f4ce55
2 changed files with 0 additions and 2 deletions

View File

@@ -1 +0,0 @@
spring-cloud-contract.adoc

View File

@@ -27,7 +27,6 @@ class MyHttpContract implements Supplier<Contract> {
c.request(r -> {
r.method(r.GET());
r.url("/example");
r.body(r.file("request.json"));
});
c.response(r -> {
r.status(r.OK());