plenv: add test
This commit is contained in:
parent
757b64daee
commit
39f39c7786
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue