1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Update version guard

fix up 98ef38ada4
This commit is contained in:
Kazuhiro NISHIYAMA 2020-01-15 10:50:53 +09:00
parent 98ef38ada4
commit ac93cf4ff8
No known key found for this signature in database
GPG key ID: 262ED8DBB4222F7A
2 changed files with 3 additions and 3 deletions

View file

@ -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