5 lines
130 B
Groovy
5 lines
130 B
Groovy
|
import static org.junit.Assert.assertTrue
|
||
|
|
||
|
def file = new File(basedir, "build.log")
|
||
|
assertTrue file.text.contains("Layout: ZIP")
|