summaryrefslogtreecommitdiff
path: root/spec/ruby
diff options
context:
space:
mode:
Diffstat (limited to 'spec/ruby')
-rw-r--r--spec/ruby/core/unboundmethod/equal_value_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/ruby/core/unboundmethod/equal_value_spec.rb b/spec/ruby/core/unboundmethod/equal_value_spec.rb
index c2982766e9..2dcf08e155 100644
--- a/spec/ruby/core/unboundmethod/equal_value_spec.rb
+++ b/spec/ruby/core/unboundmethod/equal_value_spec.rb
@@ -97,7 +97,7 @@ describe "UnboundMethod#==" do
(@includer == @includee).should == true
end
- ruby_version_is "4.1" do
+ ruby_bug "#21873", ""..."4.1" do
it "returns true if same method is present in an object through module inclusion" do
(@mixin == @includer_base).should == true
(@includer_base == @mixin).should == true