Skip to content

Commit afbc664

Browse files
committed
Revert "Omit irb related examples temporary"
This reverts commit 750e619.
1 parent ce4abf2 commit afbc664

File tree

2 files changed

+0
-12
lines changed

2 files changed

+0
-12
lines changed

spec/bundler/commands/console_spec.rb

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,6 @@
22

33
RSpec.describe "bundle console", readline: true do
44
before :each do
5-
begin
6-
require "irb"
7-
rescue LoadError
8-
skip "This spec requires IRB to be available"
9-
end
10-
115
build_repo2 do
126
# A minimal fake pry console
137
build_gem "pry" do |s|

spec/bundler/commands/platform_spec.rb

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -950,12 +950,6 @@ def should_be_patchlevel_fixnum
950950
end
951951

952952
it "starts IRB with the default group loaded when ruby version matches", :readline do
953-
begin
954-
require "irb"
955-
rescue LoadError
956-
skip "This spec requires IRB to be available"
957-
end
958-
959953
gemfile <<-G
960954
source "https://gem.repo1"
961955
gem "myrack"

0 commit comments

Comments
 (0)