gnuplot: use assert_predicate
This commit is contained in:
parent
51f1df7362
commit
0c693b82c1
1 changed files with 1 additions and 1 deletions
|
@ -114,6 +114,6 @@ class Gnuplot < Formula
|
|||
set output "#{testpath}/graph.txt";
|
||||
plot sin(x);
|
||||
EOS
|
||||
File.exist? testpath/"graph.txt"
|
||||
assert_predicate testpath/"graph.txt", :exist?
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue