Bumped rest assured to 3.0

fixes #267
This commit is contained in:
Marcin Grzejszczak
2017-06-26 18:15:39 +02:00
parent 61411e0831
commit 7be2d8dad5
46 changed files with 173 additions and 159 deletions

View File

@@ -16,7 +16,7 @@
package com.example.source;
import io.restassured.module.mockmvc.RestAssuredMockMvc;
import com.jayway.restassured.module.mockmvc.RestAssuredMockMvc;
import org.junit.Before;
import org.junit.runner.RunWith;
import org.springframework.beans.factory.annotation.Autowired;