1
0
Fork 0
mirror of https://github.com/endofunky/sidetiq.git synced 2022-11-09 13:53:30 -05:00
endofunky--sidetiq/Rakefile

12 lines
207 B
Text
Raw Normal View History

2013-01-31 12:42:19 -05:00
require 'bundler/gem_tasks'
require 'rake/testtask'
require 'rake/extensiontask'
Rake::ExtensionTask.new('sidetiq_ext')
Rake::TestTask.new do |t|
t.pattern = 'test/**/test_*.rb'
end
task default: :test