Skip to content

Commit ca1460f

Browse files
committed
RuboCop: Lint/NonDeterministicRequireOrder
1 parent a3099db commit ca1460f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

spec/spec_helper.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
require "indieweb/endpoints"
2323

24-
Dir.glob("support/**/*.rb", base: __dir__).each { |f| require_relative f }
24+
Dir.glob("support/**/*.rb", base: __dir__).sort.each { |f| require_relative f }
2525

2626
RSpec.configure do |config|
2727
config.include FixtureHelpers

0 commit comments

Comments
 (0)