mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
parent
98ef38ada4
commit
ac93cf4ff8
2 changed files with 3 additions and 3 deletions
|
@ -18,7 +18,7 @@ describe "Literal Regexps" do
|
|||
/Hello/.should be_kind_of(Regexp)
|
||||
end
|
||||
|
||||
ruby_version_is "2.7" do
|
||||
ruby_version_is "2.8" do
|
||||
it "is frozen" do
|
||||
/Hello/.frozen?.should == true
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue