abcm2ps: use assert_predicate instead of File.exist?
This commit is contained in:
parent
897dfdb83d
commit
1cb63a565f
1 changed files with 1 additions and 1 deletions
|
@ -42,6 +42,6 @@ class Abcm2ps < Formula
|
|||
EOF
|
||||
|
||||
system "#{bin}/abcm2ps", testpath/"voices"
|
||||
assert File.exist?("Out.ps")
|
||||
assert_predicate testpath/"Out.ps", :exist?
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue