diff --git a/test/test_helper.rb b/test/test_helper.rb index fc31137..3181809 100644 --- a/test/test_helper.rb +++ b/test/test_helper.rb @@ -3,4 +3,4 @@ $LOAD_PATH.unshift File.expand_path('../lib', __dir__) require 'wordexp' require 'minitest/autorun' -Dir[File.expand_path('support/**/*.rb', __dir__)].sort.each { |rb| require(rb) } +Dir[File.expand_path('support/**/*.rb', __dir__)].each { |rb| require(rb) }