docbook: add test

This commit is contained in:
FX Coudert 2018-08-26 12:33:27 +02:00
parent b33535ddb2
commit 8ca1e845ba

View file

@ -92,4 +92,8 @@ class Docbook < Formula
export XML_CATALOG_FILES="#{etc}/xml/catalog"
EOS
end
test do
assert_predicate etc/"xml/catalog", :exist?
end
end