frankfurter/Rakefile
2015-08-30 11:54:49 +01:00

3 lines
96 B
Ruby

Dir.glob('lib/tasks/*.rake').each { |r| import r }
task default: %w(db:migrate rates:load test)