Skip to content

Commit f18d7b6

Browse files
committed
Ruby 3.2 maintenance
1 parent 16fe1a7 commit f18d7b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/spec_helper.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
require 'pry'
33
require 'code_teams'
44

5-
Dir[File.expand_path('support/**/*.rb', __dir__)].sort.each { |f| require f }
5+
Dir[File.expand_path('support/**/*.rb', __dir__)].each { |f| require f }
66

77
RSpec.configure do |config|
88
# Enable flags like --only-failures and --next-failure

0 commit comments

Comments
 (0)