Skip to content

Commit

Permalink
minor: test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
banker committed Dec 5, 2011
1 parent e0f44ca commit ee49948
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/unit/pool_manager_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ class PoolManagerTest < Test::Unit::TestCase
@connection.stubs(:connect_timeout).returns(5000)
@connection.stubs(:pool_size).returns(2)
@connection.stubs(:pool_timeout).returns(100)
@connection.stubs(:seeds).returns(['localhost:30000'])
@connection.stubs(:socket_class).returns(TCPSocket)
@connection.stubs(:[]).returns(@db)

Expand Down

0 comments on commit ee49948

Please sign in to comment.