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

require "bundler/gem_tasks"
2022-08-31 13:20:44 -04:00
require "standard/rake"
require "rake/testtask"
2015-01-18 14:57:50 -05:00
Rake::TestTask.new
2011-05-14 18:36:17 -04:00
2022-08-31 13:20:44 -04:00
task default: [:"standard:fix", :test]