提交 3ce9e43b 编写于 作者: A Akira Matsuda

Avoid sorting an Array including objects from different Classes

addresses "ArgumentError: comparison of VerySpecialComment with SpecialComment failed" in ActiveRecord::DelegationRelationTest#test_#sort!_delegation_is_deprecated
上级 48b10134
......@@ -64,7 +64,7 @@ class DelegationRelationTest < DelegationTest
fixtures :comments
def target
Comment.where.not(body: nil)
Comment.where(body: 'Normal type')
end
[:map, :collect].each do |method|
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册