Enable jruby test

master
Adam Vandenberg 2010-06-29 21:51:06 -07:00
parent 0f2c755f32
commit e676af7135
1 changed files with 1 additions and 1 deletions

View File

@ -32,6 +32,6 @@ class Jruby < Formula
end
def test
system "jruby -e ''"
system "jruby -e 'puts \"hello\"'"
end
end