From be20569e4aca3383cfa88c22b91ac00e943456bd Mon Sep 17 00:00:00 2001 From: Marcin Grzejszczak Date: Thu, 15 Oct 2015 10:23:26 +0200 Subject: [PATCH] Updated readme with requirements for wiremock --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index b079b674a9..923a398c25 100644 --- a/README.md +++ b/README.md @@ -13,3 +13,9 @@ generating Spock's acceptance tests for the server - to verify if your API imple 2. moving TDD to an architecture level. For more information please go to the [Wiki](https://github.com/Codearte/accurest/wiki/1.-Introduction) + +## Requirements + +### Wiremock + +In order to use Accurest with Wiremock you have to have __Wiremock in version at least 2.0.0-beta__ . Of course the higher the better :)