gpac: use assert_predicate

This commit is contained in:
ilovezfs 2017-10-09 08:47:24 -07:00
parent b1d8409897
commit 99b0e49187

View file

@ -47,6 +47,6 @@ class Gpac < Formula
test do
system "#{bin}/MP4Box", "-add", test_fixtures("test.mp3"), "#{testpath}/out.mp4"
File.exist? "#{testpath}/out.mp4"
assert_predicate testpath/"out.mp4", :exist?
end
end