Skip example for 07df8a5d5ee725eee00632717ea4deead5fc783b
This commit is contained in:
parent
07df8a5d5e
commit
31c36a444a
@ -130,13 +130,15 @@ describe "English" do
|
||||
$LAST_MATCH_INFO.should == $~
|
||||
end
|
||||
|
||||
it "aliases $IGNORECASE to $=" do
|
||||
$VERBOSE, verbose = nil, $VERBOSE
|
||||
begin
|
||||
$IGNORECASE.should_not be_nil
|
||||
$IGNORECASE.should == $=
|
||||
ensure
|
||||
$VERBOSE = verbose
|
||||
ruby_version_is ""..."3.3" do
|
||||
it "aliases $IGNORECASE to $=" do
|
||||
$VERBOSE, verbose = nil, $VERBOSE
|
||||
begin
|
||||
$IGNORECASE.should_not be_nil
|
||||
$IGNORECASE.should == $=
|
||||
ensure
|
||||
$VERBOSE = verbose
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user