frankfurter/Rakefile
2014-03-14 12:49:16 +00:00

4 lines
77 B
Ruby

Dir.glob('lib/tasks/*.rake').each { |r| import r }
task :default => [:test]