1 2 3 4 5
# frozen_string_literal: true Dir[File.join(__dir__, 'test_*.rb')].each { require it } require 'minitest/autorun'