mirror of
				https://github.com/ruby/ruby.git
				synced 2022-11-09 12:17:21 -05:00 
			
		
		
		
	test_gem_package_task.rb: suppress random failure
by Bundler. http://ci.rvm.jp/results/trunk-vm-asserts@silicon-docker/1500762 git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@66263 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
		
							parent
							
								
									76e3af82d5
								
							
						
					
					
						commit
						cbff19443d
					
				
					 1 changed files with 2 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -1,9 +1,10 @@
 | 
			
		|||
# frozen_string_literal: true
 | 
			
		||||
require 'rubygems/test_case'
 | 
			
		||||
require 'rubygems'
 | 
			
		||||
require 'bundler/errors'
 | 
			
		||||
begin
 | 
			
		||||
  require 'rubygems/package_task'
 | 
			
		||||
rescue LoadError
 | 
			
		||||
rescue LoadError, Bundler::GemfileNotFound
 | 
			
		||||
end
 | 
			
		||||
 | 
			
		||||
class TestGemPackageTask < Gem::TestCase
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue