summaryrefslogtreecommitdiff
path: root/spec/bundler/commands/info_spec.rb
diff options
context:
space:
mode:
authorDavid Rodriguez <deivid.rodriguez@riseup.net>2021-10-09 11:32:44 +0200
committergit <svn-admin@ruby-lang.org>2021-10-11 19:13:15 +0900
commit62d1deb0d12b2a2ff77d7b5dfda57a32b1a0ac1c (patch)
tree8a708231fdc6054659ecd2f9a7ed5742f91c2323 /spec/bundler/commands/info_spec.rb
parent990e079b996fd4637e8c3ba4b67f3d6d712b625d (diff)
[rubygems/rubygems] Match a more exact warning message
https://github.com/rubygems/rubygems/commit/80158e9d75
Diffstat (limited to 'spec/bundler/commands/info_spec.rb')
-rw-r--r--spec/bundler/commands/info_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/bundler/commands/info_spec.rb b/spec/bundler/commands/info_spec.rb
index 906349cacf..186bb2a657 100644
--- a/spec/bundler/commands/info_spec.rb
+++ b/spec/bundler/commands/info_spec.rb
@@ -60,7 +60,7 @@ RSpec.describe "bundle info" do
bundle "info rails --path"
- expect(err).to match(/has been deleted/i)
+ expect(err).to match(/The gem rails has been deleted/i)
expect(err).to match(default_bundle_path("gems", "rails-2.3.2").to_s)
end