summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Rodríguez <deivid.rodriguez@riseup.net>2025-06-24 08:00:26 +0200
committerNobuyoshi Nakada <nobu@ruby-lang.org>2025-06-25 22:41:52 +0900
commitc17d381d6792a41237814d829cfc9b3df8203563 (patch)
tree90db3ef91e62441816e93facbd6903917f71477f
parentfb2f89d867df6ce5b81c2bb87528032200c477d7 (diff)
[rubygems/rubygems] Remove message long gone from the code base from expectations
https://github.com/rubygems/rubygems/commit/2eaada3508
-rw-r--r--spec/bundler/install/gemfile/path_spec.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/spec/bundler/install/gemfile/path_spec.rb b/spec/bundler/install/gemfile/path_spec.rb
index 669e63eb9c..a5acaa44a3 100644
--- a/spec/bundler/install/gemfile/path_spec.rb
+++ b/spec/bundler/install/gemfile/path_spec.rb
@@ -306,7 +306,6 @@ RSpec.describe "bundle install with explicit source paths" do
gem "foo", :path => "#{lib_path("foo-1.0")}"
G
- expect(err).to_not include("Your Gemfile has no gem server sources.")
expect(err).to match(/is not valid. Please fix this gemspec./)
expect(err).to match(/The validation error was 'missing value for attribute version'/)
expect(err).to match(/You have one or more invalid gemspecs that need to be fixed/)