aboutsummaryrefslogtreecommitdiffstats
path: root/spec/bundler/commands
diff options
context:
space:
mode:
authorDavid Rodríguez <deivid.rodriguez@riseup.net>2021-07-31 12:57:57 +0200
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2021-08-31 19:06:14 +0900
commitb17cdad2f803520ed472605cc8ef7a5350f095f7 (patch)
treec41eb313b015faf28b9bc331488e1ffd1102fc36 /spec/bundler/commands
parentf1c072912813f9fc226e819f9c3a770869d005c7 (diff)
downloadruby-b17cdad2f803520ed472605cc8ef7a5350f095f7.tar.gz
[rubygems/rubygems] Remove redundant part of error message
It doesn't really add much, in my opinion. We want to be helpful, but also concise when possible. https://github.com/rubygems/rubygems/commit/9d56009cf7
Diffstat (limited to 'spec/bundler/commands')
-rw-r--r--spec/bundler/commands/post_bundle_message_spec.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/spec/bundler/commands/post_bundle_message_spec.rb b/spec/bundler/commands/post_bundle_message_spec.rb
index 72f8020b44..3050b87754 100644
--- a/spec/bundler/commands/post_bundle_message_spec.rb
+++ b/spec/bundler/commands/post_bundle_message_spec.rb
@@ -121,7 +121,6 @@ RSpec.describe "post bundle message" do
G
expect(err).to include <<-EOS.strip
Could not find gem 'not-a-gem' in rubygems repository #{file_uri_for(gem_repo1)}/ or installed locally.
-The source does not contain any versions of 'not-a-gem'
EOS
end