frankfurter/Rakefile

4 lines
77 B
Ruby
Raw Normal View History

2014-03-14 13:12:21 +01:00
Dir.glob('lib/tasks/*.rake').each { |r| import r }
2014-03-14 12:45:14 +01:00
2012-11-21 01:04:15 +01:00
task :default => [:test]