add integration test profile
This commit is contained in:
+1
-1
@@ -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();
|
||||
Reference in New Issue
Block a user