aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/couchdb.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/couchdb.rb')
-rw-r--r--Library/Formula/couchdb.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/couchdb.rb b/Library/Formula/couchdb.rb
index 202a5d787..836efd905 100644
--- a/Library/Formula/couchdb.rb
+++ b/Library/Formula/couchdb.rb
@@ -76,7 +76,7 @@ class Couchdb < Formula
EOS
end
- def test
+ test do
# ensure couchdb embedded spidermonkey vm works
system "#{bin}/couchjs", "-h"
end