add integration test profile

This commit is contained in:
DOHA
2016-10-17 13:19:52 +02:00
parent 7667d25bb7
commit 167d2de4ac
2 changed files with 47 additions and 1 deletions
@@ -13,7 +13,7 @@ import static org.junit.Assert.assertThat;
@RunWith(SpringJUnit4ClassRunner.class)
@ContextConfiguration(locations = {"classpath:applicationContext.xml"})
public class SpelTest {
public class SpelIntegrationTest {
@Autowired
private SpelArithmetic spelArithmetic = new SpelArithmetic();