aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Library/Formula/jruby.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/Library/Formula/jruby.rb b/Library/Formula/jruby.rb
index 0f786731d..c423bc790 100644
--- a/Library/Formula/jruby.rb
+++ b/Library/Formula/jruby.rb
@@ -27,4 +27,8 @@ class Jruby < Formula
prefix.install Dir['*']
end
+
+ def test
+ system "jruby -e ''"
+ end
end