summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/rubygems/helper.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/rubygems/helper.rb b/test/rubygems/helper.rb
index b25c9a9398..812142f7d2 100644
--- a/test/rubygems/helper.rb
+++ b/test/rubygems/helper.rb
@@ -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: