little-cms: use assert_predicate instead of File.exist?
This commit is contained in:
parent
c0f9a9bbde
commit
444214a9b2
1 changed files with 1 additions and 1 deletions
|
@ -36,6 +36,6 @@ class LittleCms < Formula
|
|||
|
||||
test do
|
||||
system "#{bin}/jpegicc", test_fixtures("test.jpg"), "out.jpg"
|
||||
assert File.exist?("out.jpg")
|
||||
assert_predicate testpath/"out.jpg", :exist?
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue