Sha256: 4913d6fef948e617ccd61bef718b62d91274c99f286c5b6ee63d68c612265d6b
Contents?: true
Size: 407 Bytes
Versions: 2
Compression:
Stored size: 407 Bytes
Contents
# # testing ruote-couch # # Thu Dec 10 11:07:56 JST 2009 # require File.join(File.dirname(__FILE__), '..', 'test_helper.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') v = storage.get_many('configurations') #p v assert_equal 1, v.size end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
ruote-couch-2.1.4 | test/unit/ut_0_initial.rb |
ruote-couch-2.1.1 | test/unit/ut_0_initial.rb |