test/connection_test.rb in ohm-0.0.18 vs test/connection_test.rb in ohm-0.0.19
- old
+ new
@@ -23,10 +23,10 @@
threads = []
threads << Thread.new do
conn1 = Ohm.redis
end
-
+
threads << Thread.new do
conn2 = Ohm.redis
end
threads.each { |t| t.join }