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

4 lines
73 B
Text
Raw Normal View History

2013-09-16 11:24:13 -04:00
Dir["tasks/**/*.task"].each { |task| load task }
2013-01-31 12:42:19 -05:00
2013-09-16 11:24:13 -04:00
task :default => :test