summaryrefslogtreecommitdiff
path: root/test/rubygems/test_gem_installer.rb
diff options
context:
space:
mode:
authorDavid Rodríguez <deivid.rodriguez@riseup.net>2019-10-21 19:10:49 +0200
committergit <svn-admin@ruby-lang.org>2022-01-15 00:00:09 +0900
commit3006451f6511b6594a24a9046f390c3bec6a7465 (patch)
tree2f052202a3585fcc906dfc0d5ab1c14f3db7c6a6 /test/rubygems/test_gem_installer.rb
parent810516ca312410515733d3e6a48e5112ad44c750 (diff)
[rubygems/rubygems] Privatize some test utils
https://github.com/rubygems/rubygems/commit/386b3b85ca
Diffstat (limited to 'test/rubygems/test_gem_installer.rb')
-rw-r--r--test/rubygems/test_gem_installer.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/rubygems/test_gem_installer.rb b/test/rubygems/test_gem_installer.rb
index 8874577aa8..a40b874107 100644
--- a/test/rubygems/test_gem_installer.rb
+++ b/test/rubygems/test_gem_installer.rb
@@ -2259,6 +2259,8 @@ gem 'other', version
assert_kind_of(String, installer.gem)
end
+ private
+
def util_execless
@spec = util_spec 'z'
util_build_gem @spec