Skip to content

Commit

Permalink
RuboCop: Lint/RedundantDirGlobSort
Browse files Browse the repository at this point in the history
  • Loading branch information
jgarber623 committed Jul 12, 2023
1 parent 8c93eb7 commit 15c8aca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

require 'micromicro'

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

RSpec.configure do |config|
config.include FixturesHelpers
Expand Down

0 comments on commit 15c8aca

Please sign in to comment.