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