bsdmake: use assert_predicate instead of File.exist?
This commit is contained in:
parent
baa7101499
commit
2269ba3658
1 changed files with 1 additions and 1 deletions
|
@ -75,6 +75,6 @@ class Bsdmake < Formula
|
|||
EOS
|
||||
|
||||
system "#{bin}/bsdmake"
|
||||
assert File.exist? "#{testpath}/foo"
|
||||
assert_predicate testpath/"foo", :exist?
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue