We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aea6036 commit 0dfe427Copy full SHA for 0dfe427
spec/bundler/commands/info_spec.rb
@@ -86,7 +86,7 @@
86
expect(err).to include(default_bundle_path("gems", "rails-2.3.2").to_s)
87
end
88
89
- context "given a default gem shippped in ruby", :ruby_repo do
+ context "given a default gem shipped in ruby", :ruby_repo do
90
it "prints information about the default gem" do
91
bundle "info json"
92
expect(out).to include("* json")
0 commit comments