berkeley-db: use assert_predicate

This commit is contained in:
ilovezfs 2017-10-09 02:22:19 -07:00
parent 7a8d9d28a3
commit 9b316ef58c

View file

@ -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