mirror of
https://github.com/lostisland/faraday.git
synced 2025-10-04 00:02:03 -04:00
Fixes an issue with macOS require order.
This commit is contained in:
parent
28e995d9c6
commit
04dff67cfa
@ -31,7 +31,7 @@ end
|
||||
|
||||
# Ensure all /lib files are loaded
|
||||
# so they will be included in the test coverage report.
|
||||
Dir['./lib/**/*.rb'].each { |file| require file }
|
||||
Dir['./lib/**/*.rb'].sort.each { |file| require file }
|
||||
|
||||
require 'faraday'
|
||||
require 'pry'
|
||||
|
Loading…
x
Reference in New Issue
Block a user