Merge branch '1.4.x' into 1.5.x
This commit is contained in:
@@ -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