Skip to content

Commit 1a3ba1b

Browse files
committed
Use a ruby_bug guard since this bug fix will likely be backported
* And it should be tested on current versions of other Ruby implementations.
1 parent 49f44b1 commit 1a3ba1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/ruby/core/unboundmethod/equal_value_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@
9797
(@includer == @includee).should == true
9898
end
9999

100-
ruby_version_is "4.1" do
100+
ruby_bug "#21873", ""..."4.1" do
101101
it "returns true if same method is present in an object through module inclusion" do
102102
(@mixin == @includer_base).should == true
103103
(@includer_base == @mixin).should == true

0 commit comments

Comments
 (0)