mirror of
https://github.com/samsonjs/wordexp.git
synced 2026-03-25 08:45:54 +00:00
Address a rubocop warning
This commit is contained in:
parent
8562622eee
commit
2c2128f94b
1 changed files with 1 additions and 1 deletions
|
|
@ -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) }
|
||||
|
|
|
|||
Loading…
Reference in a new issue