Revert "Skip failing Bundler specs for now"

This reverts commit a8f5284045e3aba1b45691142e5c01bf1d24d519.

Sorry, I didn't mean to push this one since I reverted the reline
change.
This commit is contained in:
Takashi Kokubun 2024-06-03 16:13:28 -07:00
parent 6e84ac2359
commit 372531f3bc
2 changed files with 0 additions and 2 deletions

View File

@ -208,7 +208,6 @@ RSpec.describe "bundle info" do
context "with a valid regexp for gem name" do
it "presents alternatives", :readline do
skip "fails on ruby/ruby CI" # https://github.com/rubygems/rubygems/issues/7713
install_gemfile <<-G
source "#{file_uri_for(gem_repo1)}"
gem "rack"

View File

@ -166,7 +166,6 @@ RSpec.describe "bundle show", bundler: "< 3" do
context "with a valid regexp for gem name" do
it "presents alternatives", :readline do
skip "fails on ruby/ruby CI" # https://github.com/rubygems/rubygems/issues/7713
install_gemfile <<-G
source "#{file_uri_for(gem_repo1)}"
gem "rack"