We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c390dc commit 4aa40aaCopy full SHA for 4aa40aa
core/range/reverse_each_spec.rb
@@ -88,8 +88,10 @@
88
(1..3).reverse_each.size.should == 3
89
end
90
91
- it "returns Infinity when Range size is infinite" do
92
- (..3).reverse_each.size.should == Float::INFINITY
+ ruby_bug "#20936", "3.4"..."3.5" do
+ it "returns Infinity when Range size is infinite" do
93
+ (..3).reverse_each.size.should == Float::INFINITY
94
+ end
95
96
97
it "returns nil when Range size is unknown" do
0 commit comments