aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/freeling.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/freeling.rb')
-rw-r--r--Library/Formula/freeling.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/freeling.rb b/Library/Formula/freeling.rb
index 835d3a4a6..b618f9d23 100644
--- a/Library/Formula/freeling.rb
+++ b/Library/Formula/freeling.rb
@@ -23,7 +23,7 @@ class Freeling < Formula
system "make install"
end
- def test
+ test do
system "echo 'Hello world' | #{bin}/analyze -f #{share}/freeling/config/en.cfg | grep -c 'world world NN 1'"
end
end