Update CLI test auto-configuration to 1.4's new test infrastructure

Closes gh-6973
This commit is contained in:
Andy Wilkinson
2016-09-21 15:15:35 +01:00
parent be78dc4b99
commit fc0d4e45a5
5 changed files with 18 additions and 17 deletions

View File

@@ -1,5 +1,4 @@
@SpringApplicationConfiguration(Application)
@IntegrationTest
@SpringBootTest(classes=Application)
class BookTests {
@Autowired
Book book