Skip to content

Commit 9983d2b

Browse files
deivid-rodriguezhsbt
authored andcommitted
[rubygems/rubygems] Delay pending spec
We had actually cancelled this change. After a second look though, it does seem like a reasonable plan since `bundle list` makes more sense for listing gems, and `bundle info` makes more sense for showing info about a particular gem. `bundle show` is a strange mix of both. Let's schedule this for Bundler 5. ruby/rubygems@7071a1e82e
1 parent 679e8b1 commit 9983d2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/bundler/commands/show_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,6 +239,6 @@
239239
end
240240
end
241241

242-
RSpec.describe "bundle show", bundler: "4" do
242+
RSpec.describe "bundle show", bundler: "5" do
243243
pending "shows a friendly error about the command removal"
244244
end

0 commit comments

Comments
 (0)