test/unit/ut_0_initial.rb in ruote-couch-2.1.4 vs test/unit/ut_0_initial.rb in ruote-couch-2.1.5

- old
+ new

@@ -4,19 +4,17 @@ # # Thu Dec 10 11:07:56 JST 2009 # require File.join(File.dirname(__FILE__), '..', 'test_helper.rb') +require File.join(File.dirname(__FILE__), '..', 'integration_connection.rb') -require 'ruote/couch/storage' - class UtInitialTest < Test::Unit::TestCase def test_connect - storage = Ruote::Couch::CouchStorage.new( - '127.0.0.1', 5984, :prefix => 'test') + storage = new_storage(nil) v = storage.get_many('configurations') #p v