git-open: add test

This commit is contained in:
mikit 2018-03-19 07:07:53 +09:00 committed by ilovezfs
parent 8e442c5c2a
commit 781df92e3c

View file

@ -9,4 +9,8 @@ class GitOpen < Formula
def install
bin.install "git-open.sh" => "git-open"
end
test do
system "#{bin}/git-open", "--version"
end
end