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

11 lines
159 B
Ruby
Raw Normal View History

gem 'minitest'
require 'minitest/pride'
2011-05-14 18:36:17 -04:00
require 'minitest/autorun'
2014-03-13 21:56:16 -04:00
Thread.abort_on_exception = true
$VERBOSE = 1
2013-08-14 21:40:11 -04:00
require_relative '../lib/connection_pool'