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:
parent
990e079b99
commit
62d1deb0d1
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue