1
0
Fork 0
mirror of https://github.com/mperham/connection_pool synced 2023-03-27 23:22:21 -04:00
connection_pool/test
Eric Hodel 97f42e8b41 Pass options through TimedStack methods to hooks
This allows the hooks to do arbitrary things based on options (keyword
arguments) such as creating a particular type of connection based on,
say, connection_args.

The ** syntax for arbitrary options is not used as it is not supported
on ruby 1.9.
2014-03-18 20:45:08 -07:00
..
helper.rb Require proper files. 2014-03-13 22:56:16 -03:00
test_connection_pool.rb Normalize style in tests. 2014-03-13 23:12:05 -03:00
test_connection_pool_timed_stack.rb Pass options through TimedStack methods to hooks 2014-03-18 20:45:08 -07:00