load support before requests

This commit is contained in:
HoneyryderChuck 2018-01-28 23:22:57 +00:00
parent 3c16999b53
commit 6dff88caf4

View File

@ -14,4 +14,5 @@ end
require "httpx"
Dir[File.join(".", "test", "support", "*.rb")].each { |f| require f }
Dir[File.join(".", "test", "support", "**", "*.rb")].each { |f| require f }