frankfurter/Rakefile

5 lines
135 B
Ruby
Raw Normal View History

2016-10-11 17:54:28 +02:00
# frozen_string_literal: true
2015-03-09 12:25:11 +01:00
Dir.glob('lib/tasks/*.rake').each { |r| import r }
2016-10-11 17:54:28 +02:00
task default: %w(db:migrate rates:load test rubocop)