calling localhost 'localhost' for portability :)

This commit is contained in:
Chris Anderson 2008-05-17 14:40:45 -07:00
parent 80c50ccf8f
commit 32d96cb634

View file

@ -2,7 +2,7 @@ require File.dirname(__FILE__) + '/../lib/couch_rest'
describe CouchRest::Database do
before(:each) do
@cr = CouchRest.new("http://local.grabb.it:5984")
@cr = CouchRest.new("http://localhost:5984")
begin
@db = @cr.create_db('couchrest-test')
rescue RestClient::Request::RequestFailed