Revert "Omit irb related examples temporary"
This reverts commit 750e6195040ec3f9d0b172ac1a49a49d9b7d8ba0.
This commit is contained in:
parent
ce4abf2a2b
commit
afbc6649cd
Notes:
git
2025-03-10 03:44:00 +00:00
@ -2,12 +2,6 @@
|
|||||||
|
|
||||||
RSpec.describe "bundle console", readline: true do
|
RSpec.describe "bundle console", readline: true do
|
||||||
before :each do
|
before :each do
|
||||||
begin
|
|
||||||
require "irb"
|
|
||||||
rescue LoadError
|
|
||||||
skip "This spec requires IRB to be available"
|
|
||||||
end
|
|
||||||
|
|
||||||
build_repo2 do
|
build_repo2 do
|
||||||
# A minimal fake pry console
|
# A minimal fake pry console
|
||||||
build_gem "pry" do |s|
|
build_gem "pry" do |s|
|
||||||
|
@ -950,12 +950,6 @@ G
|
|||||||
end
|
end
|
||||||
|
|
||||||
it "starts IRB with the default group loaded when ruby version matches", :readline do
|
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
|
gemfile <<-G
|
||||||
source "https://gem.repo1"
|
source "https://gem.repo1"
|
||||||
gem "myrack"
|
gem "myrack"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user