1
0
Fork 0
mirror of https://github.com/endofunky/sidetiq.git synced 2022-11-09 13:53:30 -05:00
endofunky--sidetiq/Rakefile
2013-06-24 09:54:33 +01:00

8 lines
138 B
Ruby

require 'bundler/gem_tasks'
require 'rake/testtask'
Rake::TestTask.new do |t|
t.pattern = 'test/**/test_*.rb'
end
task default: :test