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:
parent
67b9e26676
commit
e7e3282ff9
1 changed files with 0 additions and 2 deletions
|
@ -3,8 +3,6 @@ gem 'minitest'
|
||||||
require 'minitest/pride'
|
require 'minitest/pride'
|
||||||
require 'minitest/autorun'
|
require 'minitest/autorun'
|
||||||
|
|
||||||
Thread.abort_on_exception = true
|
|
||||||
|
|
||||||
$VERBOSE = 1
|
$VERBOSE = 1
|
||||||
|
|
||||||
require_relative '../lib/connection_pool'
|
require_relative '../lib/connection_pool'
|
||||||
|
|
Loading…
Reference in a new issue