[BAEL-19420] - Removed the duplicate SpringContextIntegrationTest and spring-context profile

This commit is contained in:
amit2103
2019-11-20 11:11:07 +05:30
parent 7c75ca8b6f
commit cbf0e6f6f1
167 changed files with 6 additions and 2974 deletions
@@ -1,18 +0,0 @@
package org.baeldung;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.boot.test.context.SpringBootTest;
import org.springframework.test.context.junit4.SpringRunner;
import com.baeldung.AuthServer;
@RunWith(SpringRunner.class)
@SpringBootTest(classes = AuthServer.class)
public class SpringContextIntegrationTest {
@Test
public void contextLoads() {
}
}