gist: better test

This commit is contained in:
Alex Dunn 2015-11-22 09:12:24 -08:00
parent f52f2005f4
commit f355614ec5

View file

@ -17,6 +17,6 @@ class Gist < Formula
end
test do
system "#{bin}/gist", "--version"
assert_match %r{https:\/\/gist}, pipe_output("#{bin}/gist", "homebrew")
end
end