naturaldocs: use valid command

This commit is contained in:
mikit 2018-03-20 05:37:34 +09:00 committed by ilovezfs
parent 988801cb33
commit 9ba552f44f

View file

@ -16,6 +16,6 @@ class Naturaldocs < Formula
end
test do
system "#{bin}/naturaldocs", "--version"
system "#{bin}/naturaldocs", "-h"
end
end