Skip to content

Commit

Permalink
gnuplot: use assert_predicate
Browse files Browse the repository at this point in the history
  • Loading branch information
ilovezfs committed Oct 9, 2017
1 parent 51f1df7 commit 0c693b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Formula/gnuplot.rb
Expand Up @@ -114,6 +114,6 @@ def caveats
set output "#{testpath}/graph.txt";
plot sin(x);
EOS
File.exist? testpath/"graph.txt"
assert_predicate testpath/"graph.txt", :exist?
end
end

0 comments on commit 0c693b8

Please sign in to comment.