[rubygems/rubygems] Fix typo "shippped" => "shipped"

https://github.com/rubygems/rubygems/commit/1762d18d7b
This commit is contained in:
Vít Ondruch 2025-05-15 12:59:40 +02:00 committed by Hiroshi SHIBATA
parent aea603615f
commit 0dfe427cba

View File

@ -86,7 +86,7 @@ RSpec.describe "bundle info" do
expect(err).to include(default_bundle_path("gems", "rails-2.3.2").to_s)
end
context "given a default gem shippped in ruby", :ruby_repo do
context "given a default gem shipped in ruby", :ruby_repo do
it "prints information about the default gem" do
bundle "info json"
expect(out).to include("* json")