gauge: use bin path in testing

This commit is contained in:
Dominyk Tiller 2015-10-12 16:10:02 +01:00
parent 87586abafb
commit 7bc280abea

View file

@ -77,6 +77,6 @@ class Gauge < Formula
end
test do
system "gauge", "-v"
system bin/"gauge", "-v"
end
end