1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

[rubygems/rubygems] Match a more exact warning message

https://github.com/rubygems/rubygems/commit/80158e9d75
This commit is contained in:
David Rodriguez 2021-10-09 11:32:44 +02:00 committed by git
parent 990e079b99
commit 62d1deb0d1

View file

@ -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