git-fresh: fully scope system test call (#6953)

This commit is contained in:
Oliver Newman 2016-11-15 23:23:32 -05:00 committed by William Woodruff
parent f4a7efea39
commit 8f88628255

View file

@ -11,6 +11,6 @@ class GitFresh < Formula
end
test do
system "git-fresh", "-T"
system "#{bin}/git-fresh", "-T"
end
end