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

6 lines
93 B
Ruby

require "bundler/gem_tasks"
require "rake/testtask"
Rake::TestTask.new
task default: :test