greed: use assert_predicate

This commit is contained in:
ilovezfs 2017-10-09 09:23:52 -07:00
parent 5ee12b5c1a
commit 908c824c3a

View file

@ -31,6 +31,6 @@ class Greed < Formula
end
test do
File.executable? "#{bin}/greed"
assert_predicate bin/"greed", :executable?
end
end