From 52d37f141d1dbbb97b5e3734129e97069a5b9602 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mariusz=20Smyku=C5=82a?= Date: Mon, 18 Apr 2016 22:23:21 +0200 Subject: [PATCH] Update version [ci skip] --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 49dfb7d0c9..155c017944 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ Project configuration io.codearte.accurest accurest-maven-plugin - 0.5.6 + 0.5.7 @@ -69,7 +69,7 @@ public class BaseAccurestTest { @Before public void setup() { - RestAssuredMockMvc.standaloneSetup(new GreetingController()); + RestAssuredMockMvc.standaloneSetup(new FoobarController()); } }