blob: 541e7b0efd23a42cde58244db55ee630701616a2 [file] [log] [blame]
File index = new File( basedir, "target/site/index.html" )
assert index.exists()
String html = index.getText()
assert html.contains( '<!DOCTYPE html PUBLIC' )