summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorDavid Rodríguez <deivid.rodriguez@riseup.net>2021-04-13 13:03:59 +0200
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2021-08-31 19:06:14 +0900
commit2d0d1c339a23a40d274fb78c70b77b97e9c40ba0 (patch)
tree395aa802f0bc0f056927c76841e7cb984ae58caa /test
parent76b77d92757affbc75b393b3a10c6815d69fd34d (diff)
[rubygems/rubygems] Recommend `bundle install` rather than `gem install -g`
https://github.com/rubygems/rubygems/commit/4028cbc408
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/4789
Diffstat (limited to 'test')
-rw-r--r--test/rubygems/test_gem.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/rubygems/test_gem.rb b/test/rubygems/test_gem.rb
index d34aad78e7..0d4b1571ca 100644
--- a/test/rubygems/test_gem.rb
+++ b/test/rubygems/test_gem.rb
@@ -1975,7 +1975,7 @@ class TestGem < Gem::TestCase
expected = <<-EXPECTED
Could not find gem 'a' in locally installed gems.
-You may need to `gem install -g` to install missing gems
+You may need to `bundle install` to install missing gems
EXPECTED