Removing reference to the unknown UserResource class

This commit is contained in:
Antoine Rey 2015-06-24 18:43:45 +02:00
parent 71f2424542
commit 98d9bbb629

View file

@ -21,8 +21,6 @@ import org.springframework.web.context.WebApplicationContext;
/**
* Test class for the UserResource REST controller.
*
* @see UserResource
*/
@RunWith(SpringJUnit4ClassRunner.class)
@ContextConfiguration({"classpath:spring/business-config.xml", "classpath:spring/tools-config.xml", "classpath:spring/mvc-core-config.xml"})