From df0cb9e34cf922656426f8958a41b4bbe1a0058c Mon Sep 17 00:00:00 2001 From: Ivan Kataitsev Date: Wed, 24 Apr 2013 23:56:25 +0400 Subject: Move method used only in the test to the test code itself --- .../active_record/connection_adapters/abstract/connection_pool.rb | 8 -------- 1 file changed, 8 deletions(-) (limited to 'activerecord/lib/active_record/connection_adapters/abstract/connection_pool.rb') diff --git a/activerecord/lib/active_record/connection_adapters/abstract/connection_pool.rb b/activerecord/lib/active_record/connection_adapters/abstract/connection_pool.rb index bf2f945448..816b397fcf 100644 --- a/activerecord/lib/active_record/connection_adapters/abstract/connection_pool.rb +++ b/activerecord/lib/active_record/connection_adapters/abstract/connection_pool.rb @@ -253,14 +253,6 @@ module ActiveRecord @available = Queue.new self end - # Hack for tests to be able to add connections. Do not call outside of tests - def insert_connection_for_test!(c) #:nodoc: - synchronize do - @connections << c - @available.add c - end - end - # Retrieve the connection associated with the current thread, or call # #checkout to obtain one if necessary. # -- cgit v1.2.3