Skip to content

Commit 526c8fd

Browse files
trinistrandrykonchin
authored andcommitted
Fix typo in test description for UnboundMethod#==.
1 parent 6e62695 commit 526c8fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/unboundmethod/equal_value_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
(@child1 == @parent).should == true
8282
end
8383

84-
it "returns false if same method but extracted from two different subclasses" do
84+
it "returns true if same method but extracted from two different subclasses" do
8585
(@child2 == @child1).should == true
8686
(@child1 == @child2).should == true
8787
end

0 commit comments

Comments
 (0)