1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
This commit is contained in:
Benoit Daloze 2020-09-30 13:43:19 +02:00
parent bbecf1eb6b
commit 65e8a29389
9 changed files with 55 additions and 65 deletions

View file

@ -14,7 +14,7 @@ describe "Kernel#=~" do
end
end
ruby_version_is "2.6"..."3.0" do
ruby_version_is "2.6" do
it "is deprecated" do
-> do
Object.new =~ /regexp/