Sha256: b688292c0ed1b8b8ef13c32de4908210bb4a71d1bad122f2f403368cc0848831
Contents?: true
Size: 472 Bytes
Versions: 12
Compression:
Stored size: 472 Bytes
Contents
require 'test/unit' require File.dirname(__FILE__) + '/memcache_server_test_helper' $VERBOSE = nil Memcache::Segmented.const_set('MAX_SIZE', 3) class MemcacheSegmentedServerTest < Test::Unit::TestCase include MemcacheServerTestHelper include MemcacheServerTestHelper::AdvancedMethods with_prefixes nil, "foo:", "bar:" PORT = 11212 def setup init_memcache(PORT) do Memcache::SegmentedServer.new(:host => 'localhost', :port => PORT) end end end
Version data entries
12 entries across 12 versions & 1 rubygems