diff options
Diffstat (limited to 'Library/Formula')
| -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 |
