ps2eps: use assert_predicate
This commit is contained in:
parent
393d8b3563
commit
6f731dabce
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue