frankfurter/Rakefile
2017-01-03 12:36:05 +00:00

5 lines
135 B
Ruby

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