aboutsummaryrefslogtreecommitdiffstats
path: root/spec
diff options
context:
space:
mode:
authorDavid Rodríguez <deivid.rodriguez@riseup.net>2023-06-09 23:42:20 +0200
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2023-06-15 07:01:24 +0900
commit2ff9b7b93dc3929426be393ccd05ece2f89d8276 (patch)
tree958d9477fac16c016c07e27efb68b0baf66abdb8 /spec
parent21238f38a8eb881d403e47395781c2cc9eafbd9a (diff)
downloadruby-2ff9b7b93dc3929426be393ccd05ece2f89d8276.tar.gz
[rubygems/rubygems] Show missing spec in lockfile incomplete error message
https://github.com/rubygems/rubygems/commit/b86caaa3d5
Diffstat (limited to 'spec')
-rw-r--r--spec/bundler/lock/lockfile_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/bundler/lock/lockfile_spec.rb b/spec/bundler/lock/lockfile_spec.rb
index 8d9554c68d..4b78cb261d 100644
--- a/spec/bundler/lock/lockfile_spec.rb
+++ b/spec/bundler/lock/lockfile_spec.rb
@@ -1371,7 +1371,7 @@ RSpec.describe "the lockfile format" do
L
bundle "install --verbose"
- expect(out).to include("re-resolving dependencies because your lock file is missing some gems")
+ expect(out).to include("re-resolving dependencies because your lock file is missing \"minitest-bisect\"")
expect(lockfile).to eq <<~L
GEM