Dir.glob('tasks/*.rake').each { |file| load file }

task default: %w(spec)
