1
0
Fork 0
mirror of https://github.com/mperham/connection_pool synced 2023-03-27 23:22:21 -04:00
connection_pool/Rakefile
Tamir Duberstein cc554d1e10 rake cleanup
2015-01-18 11:57:50 -08:00

6 lines
96 B
Ruby

require 'bundler/gem_tasks'
require 'rake/testtask'
Rake::TestTask.new
task :default => :test