qcli: use assert_predicate
This commit is contained in:
parent
99be633534
commit
9bf7af8450
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue