]>
git.saurik.com Git - redis.git/blob - client-libraries/ruby/spec/server_spec.rb
1 require File
.dirname(__FILE__
) +
'/spec_helper'
5 @server = Server
.new
'localhost', '6379'
8 it
"should checkout active connections" do
11 threads
<< Thread
.new
do
13 socket
= @server.socket
15 socket
.write("INFO\r\n")
17 }.should_not
raise_error(Exception
)