summaryrefslogtreecommitdiff
path: root/spec/bundler/commands/info_spec.rb
diff options
context:
space:
mode:
authorDavid Rodríguez <[email protected]>2025-01-20 10:26:24 +0100
committerHiroshi SHIBATA <[email protected]>2025-01-28 15:31:43 +0900
commit4de44cb07f81d53b171e46366ab5b35fe60d4f5d (patch)
tree65e58a1a199a4fbb7a9bbde9492a94bc36f8d468 /spec/bundler/commands/info_spec.rb
parent4c73c3115ebcd164b6d58931f4ffef09a2f93176 (diff)
[rubygems/rubygems] RDoc is no longer a default gem in Ruby 3.5
https://github.com/rubygems/rubygems/commit/0e889ae7fb
Diffstat (limited to 'spec/bundler/commands/info_spec.rb')
-rw-r--r--spec/bundler/commands/info_spec.rb4
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