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

7 lines
117 B
Ruby

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