aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/jruby.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/jruby.rb')
-rw-r--r--Library/Formula/jruby.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/jruby.rb b/Library/Formula/jruby.rb
index 95b033e35..aa46045aa 100644
--- a/Library/Formula/jruby.rb
+++ b/Library/Formula/jruby.rb
@@ -29,7 +29,7 @@ class Jruby < Formula
bin.install_symlink Dir["#{libexec}/bin/*"]
end
- def test
+ test do
system "#{bin}/jruby", "-e", "puts 'hello'"
end
end