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