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

Allow tests to pass under JRuby and RBX

This commit is contained in:
Tamir Duberstein 2015-01-17 22:45:30 -08:00
parent 67b9e26676
commit e7e3282ff9

View file

@ -3,8 +3,6 @@ gem 'minitest'
require 'minitest/pride'
require 'minitest/autorun'
Thread.abort_on_exception = true
$VERBOSE = 1
require_relative '../lib/connection_pool'