提交 8e3790c1 编写于 作者: R Rafael França

Merge pull request #23990 from kamipo/remove_duplicated_test_prefix

Remove duplicated `test_` prefix [ci skip]
......@@ -726,7 +726,7 @@ def test_cant_save_readonly_association
assert companies(:first_client).readonly_firm.readonly?
end
def test_test_polymorphic_assignment_foreign_key_type_string
def test_polymorphic_assignment_foreign_key_type_string
comment = Comment.first
comment.author = Author.first
comment.resource = Member.first
......
......@@ -333,7 +333,7 @@ def test_local_constants
end
end
def test_test_local_constants_is_deprecated
def test_local_constants_is_deprecated
assert_deprecated { Ab.local_constants.sort.map(&:to_s) }
end
end
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册