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

7 lines
90 B
Text
Raw Normal View History

2013-09-16 11:24:13 -04:00
require 'rake/testtask'
Rake::TestTask.new do |t|
t.pattern = 'test/**/test_*.rb'
end