wordplay: add test
This commit is contained in:
parent
7b1a70b88b
commit
c0ecccf032
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue