# Run the whole suite: ruby tests/all.rb
Dir.glob(File.join(__dir__, "*_test.rb")).sort.each { |f| require f }