diff options
| author | Max Howell | 2009-12-21 17:00:10 +0000 |
|---|---|---|
| committer | Max Howell | 2009-12-21 17:00:10 +0000 |
| commit | b31a084fb575937c6efcfe019a0ebb2c533282f0 (patch) | |
| tree | 245948a6c50bd29c2d81311f0af3bcfc490a251f /Library/Formula/jruby.rb | |
| parent | ffb002ed78ae3f8c3e7418abe39c561dbab588f6 (diff) | |
| download | homebrew-b31a084fb575937c6efcfe019a0ebb2c533282f0.tar.bz2 | |
A test to check that jruby installed correctly
Diffstat (limited to 'Library/Formula/jruby.rb')
| -rw-r--r-- | Library/Formula/jruby.rb | 4 |
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 |
