fixing a connection pool spec

bug/bundler_fix
darkbushido 2014-09-29 14:39:40 -05:00
parent a316875269
commit 6289ecfc59
No known key found for this signature in database
GPG Key ID: 3922EB70FB80E8DD
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ describe ActiveRecord::ConnectionAdapters::ConnectionPool do
context '#with_connection' do
def reserved_connection_count
connection_pool.instance_variable_get(:@reserved_connections).length
connection_pool.instance_variable_get(:@reserved_connections).size
end
let(:connection_id) do