Polish
Closes gh-7030
This commit is contained in:
committed by
Stephane Nicoll
parent
73f153daca
commit
30a677646f
@@ -2,5 +2,5 @@ import static org.junit.Assert.assertTrue
|
||||
|
||||
def file = new File(basedir, "build.log")
|
||||
assertTrue 'Devtools should have been detected', file.text.contains('Fork mode disabled, devtools will be disabled')
|
||||
assertTrue 'Application should have ran', file.text.contains("I haz been run")
|
||||
assertTrue 'Application should have run', file.text.contains("I haz been run")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user