mirror of
				https://github.com/OpenAPITools/openapi-generator.git
				synced 2025-11-04 10:43:44 +00:00 
			
		
		
		
	* add new ruby echo api clients * add tests for ruby faraday file download * add file download test to ruby Typhoeus * add ruby workflow, add tests for ruby httpx * update * fix
		
			
				
	
	
		
			11 lines
		
	
	
		
			170 B
		
	
	
	
		
			Ruby
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			170 B
		
	
	
	
		
			Ruby
		
	
	
	
	
	
require "bundler/gem_tasks"
 | 
						|
 | 
						|
begin
 | 
						|
  require 'rspec/core/rake_task'
 | 
						|
 | 
						|
  RSpec::Core::RakeTask.new(:spec)
 | 
						|
  task default: :spec
 | 
						|
rescue LoadError
 | 
						|
  # no rspec available
 | 
						|
end
 |