1
0
Fork 0
mirror of https://github.com/mperham/connection_pool synced 2023-03-27 23:22:21 -04:00
connection_pool/test/helper.rb

9 lines
125 B
Ruby
Raw Normal View History

gem "minitest"
require "minitest/pride"
require "minitest/autorun"
2011-05-14 18:36:17 -04:00
$VERBOSE = 1
require_relative "../lib/connection_pool"