summaryrefslogtreecommitdiff
path: root/src/it/simple-it/verify.groovy
blob: 7b307c78583d09f34b8f88e06b045923f293236b (plain)
1
2
3
File touchFile = new File( basedir, "target/touch.txt" );

assert touchFile.isFile()