Skip to content

Commit f780525

Browse files
Lillian ZhangNicolas Laurent
authored andcommitted
Range#max spec version 2.7.2 -> 3.0
1 parent 7995bb5 commit f780525

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/ruby/core/range/max_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
end
5353
end
5454

55-
ruby_version_is "2.7.2" do
55+
ruby_version_is "3.0" do
5656
it "returns the end point (or one less) for beginless ranges" do
5757
eval("(...1)").max.should == 0
5858
eval("(..1)").max.should == 1

0 commit comments

Comments
 (0)