mirror of
				https://github.com/HoneyryderChuck/httpx.git
				synced 2025-11-04 00:01:41 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			11 lines
		
	
	
		
			204 B
		
	
	
	
		
			Ruby
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			204 B
		
	
	
	
		
			Ruby
		
	
	
	
	
	
# frozen_string_literal: true
 | 
						|
 | 
						|
gem "minitest"
 | 
						|
require "minitest/autorun"
 | 
						|
 | 
						|
$HTTPX_DEBUG = !!ENV["HTTPX_DEBUG"]
 | 
						|
 | 
						|
require "httpx"
 | 
						|
 | 
						|
Dir[File.join(".", "test", "support", "**", "*.rb")].each { |f| require f }
 |