Skip to content

Commit 31c36a4

Browse files
committed
Skip example for 07df8a5
1 parent 07df8a5 commit 31c36a4

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

spec/ruby/library/English/English_spec.rb

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -130,13 +130,15 @@
130130
$LAST_MATCH_INFO.should == $~
131131
end
132132

133-
it "aliases $IGNORECASE to $=" do
134-
$VERBOSE, verbose = nil, $VERBOSE
135-
begin
136-
$IGNORECASE.should_not be_nil
137-
$IGNORECASE.should == $=
138-
ensure
139-
$VERBOSE = verbose
133+
ruby_version_is ""..."3.3" do
134+
it "aliases $IGNORECASE to $=" do
135+
$VERBOSE, verbose = nil, $VERBOSE
136+
begin
137+
$IGNORECASE.should_not be_nil
138+
$IGNORECASE.should == $=
139+
ensure
140+
$VERBOSE = verbose
141+
end
140142
end
141143
end
142144

0 commit comments

Comments
 (0)