qcli: use assert_predicate

This commit is contained in:
Dominyk Tiller 2017-10-06 21:38:22 +01:00 committed by ilovezfs
parent 99be633534
commit 9bf7af8450

View file

@ -39,6 +39,6 @@ class Qcli < Formula
# Create a qcli report from the mp4
qcliout = testpath/"video.mp4.qctools.xml.gz"
system bin/"qcli", "-i", mp4out, "-o", qcliout
assert qcliout.exist?
assert_predicate qcliout, :exist?
end
end