ps2eps: use assert_predicate

This commit is contained in:
ilovezfs 2017-10-09 02:50:29 -07:00
parent 393d8b3563
commit 6f731dabce

View file

@ -31,6 +31,6 @@ class Ps2eps < Formula
test do
cp test_fixtures("test.ps"), testpath/"test.ps"
system bin/"ps2eps", testpath/"test.ps"
assert (testpath/"test.eps").exist?
assert_predicate testpath/"test.eps", :exist?
end
end