From a323c0ebe40f886d926bfd74b111e4202acf7fa1 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Tue, 26 Mar 2013 00:27:10 -0500 Subject: geocouch: remove non-test --- Library/Formula/geocouch.rb | 19 ------------------- 1 file changed, 19 deletions(-) (limited to 'Library') diff --git a/Library/Formula/geocouch.rb b/Library/Formula/geocouch.rb index e27836131..045f7eed0 100644 --- a/Library/Formula/geocouch.rb +++ b/Library/Formula/geocouch.rb @@ -87,25 +87,6 @@ class Geocouch < Formula "// GeoCouch Tests...\n#{test_lines}// ...GeoCouch Tests\n" end - def test - puts <<-EOS.undent - To test geocouch, start `couchdb` (with appropriate geocouch ERL_FLAGS) - in a terminal and then: - - curl http://127.0.0.1:5984/ - - The reply should look like: - - {"couchdb":"Welcome","version":"1.2.0"} - - For more thorough testing, use your browser to visit: - - http://127.0.0.1:5984/_utils/couch_tests.html?script/couch_tests.js - - and press the "Run All" button. - EOS - end - def caveats; <<-EOS.undent FYI: geocouch installs as an extension of couchdb, so couchdb effectively becomes geocouch. However, you can use couchdb normally (using geocouch -- cgit v1.2.3