1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

[rubygems/rubygems] Use pend instead of skip in the absence of git in test helper

https://github.com/rubygems/rubygems/commit/798a93a98c
This commit is contained in:
Lucas Kanashiro 2021-09-23 18:25:38 -03:00 committed by Hiroshi SHIBATA
parent 4e7f085cf7
commit 61aedb28ef

View file

@ -595,7 +595,7 @@ class Gem::TestCase < Test::Unit::TestCase
def have_git?
return if in_path? @git
skip 'cannot find git executable, use GIT environment variable to set'
pend 'cannot find git executable, use GIT environment variable to set'
end
def in_path?(executable) # :nodoc: