plenv: add test

This commit is contained in:
mikit 2018-03-19 07:12:33 +09:00 committed by ilovezfs
parent 757b64daee
commit 39f39c7786

View file

@ -23,4 +23,8 @@ class Plenv < Formula
if plenv > /dev/null; plenv init - | source ; end
EOS
end
test do
system "#{bin}/plenv", "--version"
end
end