Skip to content

Commit 0dfe427

Browse files
voxikhsbt
authored andcommitted
[rubygems/rubygems] Fix typo "shippped" => "shipped"
ruby/rubygems@1762d18d7b
1 parent aea6036 commit 0dfe427

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/bundler/commands/info_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
expect(err).to include(default_bundle_path("gems", "rails-2.3.2").to_s)
8787
end
8888

89-
context "given a default gem shippped in ruby", :ruby_repo do
89+
context "given a default gem shipped in ruby", :ruby_repo do
9090
it "prints information about the default gem" do
9191
bundle "info json"
9292
expect(out).to include("* json")

0 commit comments

Comments
 (0)