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
93 B
Ruby
Raw Normal View History

require "bundler/gem_tasks"
2011-05-14 18:36:17 -04:00
require "rake/testtask"
2015-01-18 14:57:50 -05:00
Rake::TestTask.new
2011-05-14 18:36:17 -04:00
task default: :test