mirror of
https://github.com/mperham/connection_pool
synced 2023-03-27 23:22:21 -04:00
8 lines
125 B
Ruby
8 lines
125 B
Ruby
gem 'minitest'
|
|
|
|
require 'minitest/pride'
|
|
require 'minitest/autorun'
|
|
|
|
$VERBOSE = 1
|
|
|
|
require_relative '../lib/connection_pool'
|