Skip to content

Commit

Permalink
Use pend instead of skip in the absence of git in test helper
Browse files Browse the repository at this point in the history
  • Loading branch information
lucaskanashiro committed Sep 23, 2021
1 parent ece69c6 commit 798a93a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/rubygems/helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -595,7 +595,7 @@ def git_gem(name = 'a', version = 1)
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:
Expand Down

0 comments on commit 798a93a

Please sign in to comment.