1
0
Fork 0
mirror of https://github.com/mperham/connection_pool synced 2023-03-27 23:22:21 -04:00
connection_pool/Rakefile
2022-08-31 10:20:44 -07:00

6 lines
135 B
Ruby

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