Revert "Omit irb related examples temporary"

This reverts commit 750e6195040ec3f9d0b172ac1a49a49d9b7d8ba0.
This commit is contained in:
Hiroshi SHIBATA 2025-03-10 11:38:13 +09:00
parent ce4abf2a2b
commit afbc6649cd
Notes: git 2025-03-10 03:44:00 +00:00
2 changed files with 0 additions and 12 deletions

View File

@ -2,12 +2,6 @@
RSpec.describe "bundle console", readline: true do
before :each do
begin
require "irb"
rescue LoadError
skip "This spec requires IRB to be available"
end
build_repo2 do
# A minimal fake pry console
build_gem "pry" do |s|

View File

@ -950,12 +950,6 @@ G
end
it "starts IRB with the default group loaded when ruby version matches", :readline do
begin
require "irb"
rescue LoadError
skip "This spec requires IRB to be available"
end
gemfile <<-G
source "https://gem.repo1"
gem "myrack"