aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/jruby.rb
diff options
context:
space:
mode:
authorMax Howell2009-12-21 17:00:10 +0000
committerMax Howell2009-12-21 17:00:10 +0000
commitb31a084fb575937c6efcfe019a0ebb2c533282f0 (patch)
tree245948a6c50bd29c2d81311f0af3bcfc490a251f /Library/Formula/jruby.rb
parentffb002ed78ae3f8c3e7418abe39c561dbab588f6 (diff)
downloadhomebrew-b31a084fb575937c6efcfe019a0ebb2c533282f0.tar.bz2
A test to check that jruby installed correctly
Diffstat (limited to 'Library/Formula/jruby.rb')
-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