1
0
Fork 0
mirror of https://github.com/endofunky/sidetiq.git synced 2022-11-09 13:53:30 -05:00
endofunky--sidetiq/tasks/minitest.task
2013-09-16 16:24:13 +01:00

6 lines
90 B
Text

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