frankfurter/Rakefile

3 lines
96 B
Ruby
Raw Normal View History

2015-03-09 12:25:11 +01:00
Dir.glob('lib/tasks/*.rake').each { |r| import r }
task default: %w(db:migrate rates:load test)