diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/couchdb.rb | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/Library/Formula/couchdb.rb b/Library/Formula/couchdb.rb index 250e2a169..4b6ec54bc 100644 --- a/Library/Formula/couchdb.rb +++ b/Library/Formula/couchdb.rb @@ -30,16 +30,6 @@ class Couchdb < Formula (var+'log/couchdb').mkpath end - def test - puts <<-EOS.undent - To test CouchDB, start `couchdb` in a terminal and then: - curl http://127.0.0.1:5984/ - - The reply should look like: - {"couchdb":"Welcome","version":"1.2.1"} - EOS - end - def caveats; <<-EOS.undent If this is your first install, automatically load on login with: mkdir -p ~/Library/LaunchAgents |
