# frozen_string_literal: true
Dir.glob('tasks/*.rake').each {|file| load file }
task default: %w(test:all)
