diff options
| author | David RodrÃguez <deivid.rodriguez@riseup.net> | 2025-01-20 10:26:24 +0100 |
|---|---|---|
| committer | Hiroshi SHIBATA <hsbt@ruby-lang.org> | 2025-01-28 15:31:43 +0900 |
| commit | 4de44cb07f81d53b171e46366ab5b35fe60d4f5d (patch) | |
| tree | 65e58a1a199a4fbb7a9bbde9492a94bc36f8d468 | |
| parent | 4c73c3115ebcd164b6d58931f4ffef09a2f93176 (diff) | |
[rubygems/rubygems] RDoc is no longer a default gem in Ruby 3.5
https://github.com/rubygems/rubygems/commit/0e889ae7fb
| -rw-r--r-- | spec/bundler/commands/info_spec.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/bundler/commands/info_spec.rb b/spec/bundler/commands/info_spec.rb index 42f288a1d8..2dc06b9cd9 100644 --- a/spec/bundler/commands/info_spec.rb +++ b/spec/bundler/commands/info_spec.rb @@ -88,8 +88,8 @@ RSpec.describe "bundle info" do context "given a default gem shippped in ruby", :ruby_repo do it "prints information about the default gem" do - bundle "info rdoc" - expect(out).to include("* rdoc") + bundle "info json" + expect(out).to include("* json") expect(out).to include("Default Gem: yes") end end |
