wordplay: add test

This commit is contained in:
Oliver Newman 2017-07-17 16:14:19 -04:00 committed by FX Coudert
parent 7b1a70b88b
commit c0ecccf032

View file

@ -25,4 +25,8 @@ class Wordplay < Formula
bin.install "wordplay"
pkgshare.install "words721.txt"
end
test do
assert_equal "BREW", shell_output("#{bin}/wordplay -s ERWB").strip
end
end