diff options
Diffstat (limited to 'Library/Formula/stanford-parser.rb')
| -rw-r--r-- | Library/Formula/stanford-parser.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/stanford-parser.rb b/Library/Formula/stanford-parser.rb index 4ea1e2d67..06f954948 100644 --- a/Library/Formula/stanford-parser.rb +++ b/Library/Formula/stanford-parser.rb @@ -11,7 +11,7 @@ class StanfordParser < Formula bin.write_exec_script Dir["#{libexec}/*.sh"] end - def test + test do system "#{bin}/lexparser.sh", "#{libexec}/data/testsent.txt" end end |
