diff options
| author | Adam Vandenberg | 2010-06-29 21:51:06 -0700 | 
|---|---|---|
| committer | Adam Vandenberg | 2010-06-30 07:27:23 -0700 | 
| commit | aa6984938e1a4a72d2a8859f20275c748a2e8a2d (patch) | |
| tree | 760aadadfd4330262228e2f940c7c60d25e8d630 /Library/Formula/jruby.rb | |
| parent | 5cc5a6aab834164b3fc57a54cba528878b6c267f (diff) | |
| download | homebrew-aa6984938e1a4a72d2a8859f20275c748a2e8a2d.tar.bz2 | |
Enable jruby test
Diffstat (limited to 'Library/Formula/jruby.rb')
| -rw-r--r-- | Library/Formula/jruby.rb | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/jruby.rb b/Library/Formula/jruby.rb index 0b70757e2..d32bdf8ad 100644 --- a/Library/Formula/jruby.rb +++ b/Library/Formula/jruby.rb @@ -32,6 +32,6 @@ class Jruby < Formula    end    def test -    system "jruby -e ''" +    system "jruby -e 'puts \"hello\"'"    end  end  | 
