# frozen_string_literal: true desc "Run tests" task :default do puts "No tests implemented yet!" end