git-open: add test
This commit is contained in:
parent
8e442c5c2a
commit
781df92e3c
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue