mirror of
https://github.com/endofunky/sidetiq.git
synced 2022-11-09 13:53:30 -05:00
7 lines
90 B
Text
7 lines
90 B
Text
|
require 'rake/testtask'
|
||
|
|
||
|
Rake::TestTask.new do |t|
|
||
|
t.pattern = 'test/**/test_*.rb'
|
||
|
end
|
||
|
|