berkeley-db: use assert_predicate
This commit is contained in:
parent
7a8d9d28a3
commit
9b316ef58c
1 changed files with 1 additions and 1 deletions
|
@ -72,6 +72,6 @@ class BerkeleyDb < Formula
|
|||
]
|
||||
system ENV.cxx, "test.cpp", "-o", "test", *flags
|
||||
system "./test"
|
||||
assert (testpath/"test.db").exist?
|
||||
assert_predicate testpath/"test.db", :exist?
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue