bchunk: use assert_predicate instead of File.exist?
This commit is contained in:
parent
fb77ffa93e
commit
551f92b37c
1 changed files with 1 additions and 1 deletions
|
@ -29,6 +29,6 @@ class Bchunk < Formula
|
|||
touch testpath/"foo.bin"
|
||||
|
||||
system "#{bin}/bchunk", "foo.bin", "foo.cue", "foo"
|
||||
assert File.exist? testpath/"foo01.iso"
|
||||
assert_predicate testpath/"foo01.iso", :exist?
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue